Deeplinking in pagination dataTables
Deeplinking in pagination dataTables
Brecht27
Posts: 2Questions: 1Answers: 0
Can anyone help me out? Is this possible to use deeplinking so if you go to page 2 p.e. on the pagination you see something like .../page/2
This discussion has been closed.
Answers
Can anyone help me out here? I can't find it?
You would need to use a little bit of Javascript to read the deep link and then use the
page()
method to jump to the correct page. This is not something that is built into the DataTables core (which is probably why you can't find it).Allan