DHTMLX Docs & Samples Explorer

remove (id)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxdataview.js

removes a data item from the dataview

  • id - the item id or an array of ids.
view.remove("item1");
//or
view.remove(["item1","item2", "item3"]);

See also: