How to set stateSave only for ColReorder?
How to set stateSave only for ColReorder?

Hi,
Datatable is really great! I'm happy with it.
I want to stateSave ColReorder without other store state information such as pagination position, display length, filtering and sorting. How can I do this?
Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can use
stateSaveParams
to manipulate the parameters StateSave saves.Kevin
Thanks! @kthorngren
Thanks! @kthorngren