Hi,
I need to handle the columns persistence in a different way since my columns are dynamic and the position 0 is not always the same. I tried to define the callbacks that according to the documentation must be called when persistentState is true, but just found the method persistenStateLoad is never called and persistentStateSave is been called even if “persistentState” is false.
Please let me know what is the best way to handle a custom persistence. I am enabling plugins for hide/show, manualColumnResize and manualColumnMove.
Here is a JSFiddle, just enable/disable setting.
http://jsfiddle.net/gvazq82/7e01f8r6/
I appreciate any response.