DevExtreme jQuery - LocalStore Options
errorHandler
Type:
This function accepts a JavaScript Error object as the parameter.
JavaScript
- 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.
Type:
Default Value: 10000
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.
Type:
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.