DataTable state not working via browser's back button
DataTable state not working via browser's back button
Hi,
I have a page (let's say page #2) which includes a dropdown "view details by" (please see attached file) and a datatable below. Whenever you change the dropdown selection, the datatable updates the list. When clicking on the group link, it will redirect to another page (let's say page #3).
So here's the scenario.
- From page #1, click on link to redirect to page #2
- Redirects to page #2, then datatable is populated with initial data
- Change the dropdown selection (see attached file)
- Datatable gets updated
- Click on the group link (magnifying glass)
- Redirects to page #3
- Click browser's back button
EXPECTED RESULT:
Datatable should contain the previous items before it got redirected (step 4).
ACTUAL RESULT:
Datatable contains the initial items when loaded the first time (step 2).
Thanks in advance for your help!
Answers
Please provide a link to a page showing your issue. Otherwise it's impossible to recreate your scenario from a screenshot.
Thanks tangerine - the app is actually on a classified network, so I'm not allowed to share a link.