Wijmo UI for the Web
remove Method
wijmo.data Namespace > ArrayDataView Class : remove Method
Removes an element at the specified index.
Syntax
var instance = new wijmo.data.ArrayDataView();
var value; // Type: any
value = instance.remove();
function remove() : any;
See Also

Reference

ArrayDataView Class