Best way to keep track of page number on Table component
My favorite Creator component is table - with its built-in pagination and sorting. This is the best component to list data on a web browser that I have ever seen in any IDE, including non-JSF IDEs. BIG thanks to Creator Team. Great job, keep it up.
In my application, users can page through the built-in pagination in the table and they click on a particular row to view its detail in a new form/page. I have a "Close" button it the detail form that they can click to go back to the original listing table. I want the users to go back to the same page number that they were before viewing the detail page. I am trying to figure out what抯 the best way to do this. In non-JSF apps, I use query string params to track the page numbers. Is there an easier or better way?
Thanks

