Update Browser Navigation based on table pagination of a page
D
David Gruhin
If I have a view with a table that has pages of records and say I am on page 2 and select a record, if I go back I am always sent back to page 1 because the the route in the URL never updates as I change between the table pages.
This is super annoying especially if I have made it to page 6 to get to a record I need.
Example,
My application has a page I built that has some widgets and a table on it and that page lives here: composer/content-manager
If i go to page 2 of the table, the URL is still composer/content-manager
Page 10 url is still composer/content-manager
If I open a record and then go back, either using the back button in the browser or the breadcrumb in stacker, I end up at composer/content-manager which loads table page 1
Could you make it update the URLs accordingly?
composer/content-manager/page-1
composer/content-manager/page-2
etc...?