How to change page number in Table pagination component

How to update current page nb?
I have a provided a drop down for changing page size, and when page size changes I reset the Graphql cursor, and want to change the page nb 1. Its not updating the page number

Hi @apoorv-2204,

Thanks for reaching out! The pagination values are read only, so you can't set them with .setValue :disappointed: We have some feature requests to add this functionality, but it isn't on our roadmap yet

Although the script would attempt to change the page, the before & after cursors in the query remain un-changed and keep it on the existing page

In the meantime, you may be able to solve this with the table refresh event handler (which takes you back to the first page)