find of DataCollection, Methods Webix Docs
booleanoptional, if true, only the first found result is returned. False by default.
| array|object | an array of found rows or a row object if the 2nd parameter is set to true |
Example
// finds all rows which title match the given value
table.find(function(obj){
return obj.title.toLowerCase().indexOf(value) != -1;
});
Related samples
See also
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.