I have a page with a pretty standard react-table. The table has about 30 pages. When you click a row, you get a details page. When you go back, I want to show the table at the position it was at, not at the start. Is there something I can do like remembering the position in the table or "start at this particular position" on render?
I don't want to post 200 lines of code here, the source is here.