Samples
Forum
Services
Documentation
each
filter
find
insertAt
map
remove
removeAt
Start
API Reference
Mixins
PowerArray
Methods
find
gets the index of an element in the array
number
find
(
any
data
);
Deprecated
The PowerArray mixin will be removed in Webix 7.0
Parameters
data
any
the element value
Returns
number
the index of the element, -1 if it doesn't exist
Back to top