Samples
Forum
Support
Documentation
each
filter
find
insertAt
map
remove
removeAt
Start
API Reference
Mixins
PowerArray
Methods
insertAt
adds an element to a collection at the specific position
void
insertAt
(
any
data
,
number
pos
);
Parameters
data
any
the element to add
pos
number
the element position in the array
Back to top