Retain paths

Retain paths

BibouzorsBibouzors Posts: 1Questions: 0Answers: 0

Hello,

I use jquery datatable with filters in checkbox.

Except I would like for example to be able to send the URL link to another person with my filters as well as pagination.

Is it possible to do this?

Thank you

Replies

  • allanallan Posts: 61,722Questions: 1Answers: 10,108 Site admin

    Yes - DataTables doesn't parse deep links itself, but it is quite possible for you to extract the information from the API to generate the links (page.info() and columns().search() for example), embed that into the links and then parse those parameters from the query string and use the init options to load the table in that state.

    There are a few steps to be certainly, but it should be quite possible.

    Allan

This discussion has been closed.