State Save - List of Excluded
State Save - List of Excluded

It would be useful a property array with a list of feature to save or exclude.
For example
autosave: {
search:false,
searchColumn:false,
colvis:true.
columnSort:true
...
}
This discussion has been closed.
Replies
With
stateSave
, you can add and remove options from the object inside thestateSaveParams
(or even the load withstateLoadParams
). That might give you what you want.Also, it would be worth looking at the newly released StateRestore extension where you can choose to ignore some conditions, as shown in the example here.
Colin