stateSave: true and Editor
stateSave: true and Editor
paintitblack
Posts: 60Questions: 20Answers: 0
Hello,
how can I use stateSave: true with the Editor or where should I add the option?
I tried this but I can't see any changes:
`(function($){
$(document).ready(function() {
stateSave: true;
...
} );
}(jQuery));`
Kind regards
Paintitblack
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The
stateSave
option goes into the DataTables configuration. Please see thestateSave
documentation. The code you have above isn't valid Javascript.Allan
No it works, Thank you very much for this support