var instance; // Type: wijmo.data.IEditableDataView; var value; // Type: bool // Parameters var item; // Type: Object value = instance.remove(item);
function remove( item : Object ) : bool;
Parameters
- item
- The element to remove. Defaults to the value of the IDataView.currentItem property.
Return Value
True if an element was removed.