stateSave: true and Editor

stateSave: true and Editor

paintitblackpaintitblack 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

Answers

  • allanallan Posts: 61,853Questions: 1Answers: 10,134 Site admin
    Answer ✓

    The stateSave option goes into the DataTables configuration. Please see the stateSave documentation. The code you have above isn't valid Javascript.

    Allan

  • paintitblackpaintitblack Posts: 60Questions: 20Answers: 0

    No it works, Thank you very much for this support

This discussion has been closed.