filterBy
Function
Definition
Package:@progress/kendo-react-data-tools
Filters the provided data tree according to the specified Array<FilterDescriptor|CompositeFilterDescriptor>.
Parameters:dataany[]
The data that will be filtered.
descriptorsCompositeFilterDescriptor[] | FilterDescriptor[]The filter criteria that will be applied.
subItemsFieldstringThe field which points to the subitems collection of each data item.
Returns:any[]
- The filtered data.