Datatables keeping the chosen page number after web page refreshed
Datatables keeping the chosen page number after web page refreshed
ladriryah
Posts: 2Questions: 1Answers: 0
I have a datatable which I should change something on it, for example I want to change the status of a content, but this content is in 3rd page on the table. When I change it and it goes to the server, changes the status, redirects to the same action; datatable naturally refreshes itself to the 1st page. What I'm trying to do is to keep the selected page number and call it back after web page refreshed. Is that possible?
btw, I'm using datatables 1.9.4
This discussion has been closed.
Answers
I found a solution for this problem: http://stackoverflow.com/q/25158375/1817929