How to directly switch to a page
How to directly switch to a page
Hey,
I'm using DataTables for a while and love the possibilities which are providet with it!
But one thing i want to fix:
I have a table with 200 entries and with 20 entries per page so there are 10 pages.
When i navigate to page 7, click on a tableentry to read it and then click back i will fall back to page 1 of the table but i want to fall back to the same page before - 7.
How can i do this or which parameter i have to sent to the table t odirectly go to page 7 instead of 1?
Thanks for your support!
Greetz
This question has an accepted answers - jump to answer
Answers
no idea?
Can you include the page or an example at live.datatables.net ?
http://hws-gruppe.de/index.php?con=bewerber&subcon=stellenangebote
I would suggest using state saving:
stateSave
. That will restore the table's state when you reload the page with the DataTable.Allan
@allan THX - this was the correct thing!