Deeplinking in pagination dataTables

Deeplinking in pagination dataTables

Brecht27Brecht27 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

Answers

  • Brecht27Brecht27 Posts: 2Questions: 1Answers: 0

    Can anyone help me out here? I can't find it?

  • allanallan Posts: 61,892Questions: 1Answers: 10,144 Site admin

    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

This discussion has been closed.