lundi 3 octobre 2016

Is there a way to save checkbox state when server-side processing pagination occurs in DataTables?

I have a table like this: enter image description here

There are some checkboxes checked. When I go to the lets say second page, and return back to first one(on which i checked checkboxes) they are unchecked. I understand that new data are being drawn and that state will be lost, but I wonder is there a way to order DataTable to save that state? I tried putting "StateSave": true when initiate DataTable but that seems to be wrong method for doing this. Any idea?

Aucun commentaire:

Enregistrer un commentaire