DevExtreme jQuery - LocalStore Options
errorHandler
This function accepts a JavaScript Error object as the parameter.
- var store = new DevExpress.data.LocalStore({
- // ...
- errorHandler: function (error) {
- console.log(error.message);
- }
- });
flushInterval
Specifies a delay in milliseconds between when data changes and the moment these changes are saved in the local storage. Applies only if immediate is false.
key
Specifies the key property (or properties) that provide(s) key values to access data items. Each key value must be unique.
name
Specifies the name under which data should be saved in the local storage. The dx-data-localStore-
prefix will be added to the name.
If you have technical questions, please create a support ticket in the DevExpress Support Center.