State Save - List of Excluded

State Save - List of Excluded

byman64byman64 Posts: 1Questions: 0Answers: 0
edited November 2021 in Feature requests

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

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    With stateSave, you can add and remove options from the object inside the stateSaveParams (or even the load with stateLoadParams). 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

Sign In or Register to comment.