removeMissed

defines how to treat items in case of reloading

boolean removeMissed;

Example

dtable.config.removeMissed = true;
dtable.load("updated.json");

Details

The property specifies how to treat data items that were deleted from the data source but still exist on the client.

  • false - (default value) the items will be left on the client after reloading data.
  • true - the items will be removed from the client after reloading data.
See also
  • Articles
  • Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
    If you have not checked yet, be sure to visit site of our main product Webix ui library and page of html5 context menu product.