UDTable set page programatically

Product: PowerShell Universal
Version: 4.3.2

Hello, I am new, I have searched, but did not find the answer.
How can a set or reset the page number that is currently displayed in a table.

I use -onload to populate a table.
I have some input fields on my web page that allow to adjust the search and make the table load the new results.
All works so far.

But when I e.g. do a search, then skim through the result pages and lets say end on page 3, then adjust the search and submit again, and the new result is only large enough for 2 pages, then the tables stays empty, until I click “|<” or “<”.

I would like to have the table start on page 0 again after a new search submitted.
Setting the page property does not show an effect.

Thanks