removeAt

removes one or more elements from the specified position

void removeAt(number pos,number len);

Deprecated

The PowerArray mixin will be removed in Webix 7.0

Parameters

posnumberthe element(s) position
lennumberthe number of elements to remove
Back to top