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

$$("my_list").remove(1); // removes the item with ID=1
$$("my_list").remove($$("data").getSelectedId()); // removes the selected item
 
$$("my_list").remove([1,3,5]); // removes multiple items

Related samples

See also
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 javascript menu library product.