remove

removes the specified item/items from datastore

void remove(string|number|array id);
idstring|number|arraythe item id or an array of items' ids

Example

tree.remove(tree.getSelectedId()); // removes selected
    tree.remove(1); //removes the item with id="1"

Related samples

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript component library and page of tree visualization javascript product.