State Save - List of Excluded
State Save - List of Excluded
byman64
Posts: 1Questions: 0Answers: 0
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
...
}
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