filters the array
The PowerArray mixin will be removed in Webix 7.0
functor | function | the filtering function |
master | object | the object that the function should be applied to |
array | the initial but filtered array |
Note, the method filters and rebuilds the initial calling array and not create a new one with filtered values.
Back to top