jQuery/JS Common Types - grids - StateStoring
import { StateStoring } from "devextreme/common/grids"
customLoad
Specifies a function that is executed on state loading. Applies only if the type is 'custom'.
Type:
The UI component state. As a rule, it is a state that you save within the customSave function.
customSave
Specifies a function that is executed on state change. Applies only if the type is "custom".
savingTimeout
Specifies the delay in milliseconds between when a user makes a change and when this change is saved.
Type:
Default Value: 2000
Feedback