Docs
API
  • findItem(dataIndex: String, value: Mixed): Array

    Finds items by value and returns data items.

    Example

    
    grid.findItem('name', 'Tom'); // [{id: 2, age: 35,...}, {id: 5, age: 25, ...}]
    

    See also

    Method addFilter
    Method clearFilter
    Method find
    Method getDataFiltered
    Method search
    Method updateFilters

    Doc link Filtering