stateSave: true and Editor
stateSave: true and Editor
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
stateSaveoption goes into the DataTables configuration. Please see thestateSavedocumentation. The code you have above isn't valid Javascript.Allan
No it works, Thank you very much for this support