I’m working on an AngularJS (1.x) application that uses ui-grid with pagination.
I want to maintain the current pagination state (current page and page size) when navigating between views — for example, when I click on a row to open a detail page and then come back to the list, it should stay on the same page instead of resetting to the first page.