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