Save datatables content navigation back button
Save datatables content navigation back button
mnash1579
Posts: 5Questions: 2Answers: 0
in DataTables
Hello, I'm wondering if there is a built in way or a creative way to save the datatables row data/content when coming back from visiting a sub-page.
Load data into table, click details. Do something on details page and click browser back button. The data in the table is gone. Hoping to keep that data.
My data is loaded dynamically based on user criteria from a database.
Thanks in advance!
Answers
It would be worth looking at Editor, as that keeps the details in sync.
Colin