I have a multiple react-bootstrap-table-next in which I am displaying 10records per page and I have a edit button for those records. Now I am 3rd page of table and I am editing a record when I click browser back button It is redirecting to 1st page but I want to stay in 3rdpage.I tried with localstorage and sessionstorage but It is getting applied to all the tables. What I'm trying to do is to keep the selected page number and call it back after refresh. Is that possible