Stay on the current Tablepage after autorefresh

Hello together
I have two tables with several pages (one table for used links, the other for unused). As soon as I press a button in the table, the entry changes to the other table, so I want to make this table dynamic so that the entry also changes immediately. However, the problem is that as soon as the table is updated, it switches back to page 1. So if you want to look at the entries on page 2 of the table, you hardly have time to do so until it changes back to page 1. Is there a way to stay on the current page despite the refresh?

Product: PowerShell Universal
Version: 1.4.6

Hey!
If you use server side processing tables, you could leverage something like the page or session scope to store the ‘page’ number and feed that into pagination when your page/dynamic region/table refreshes.