I have a table in page A, and can by clicking on entries in the table jump on a new page B for detailed editing.
Right now, when I navigate back to the table on page A, the table reloads on page 1. This can be painful when editing a number of entries in the middle of a large table.
I would like the UI to remember which page I was on. Is there a painless way of doing it ?
Update: I get the reload when navigate back through the browser back button OR the window.history.back() method.
Yes, I probably reload the datasource. For a reason, since I have some selectors on page A that fiddle with query filters), but I'll see if I can avoid the reload. I don't really know how to do it without remembering my previous state.