insertAt

adds an element to a collection at the specific position

void insertAt(any data,number pos);

Deprecated

The PowerArray mixin will be removed in Webix 7.0

Parameters

dataanythe element to add
posnumberthe element position in the array
Back to top