Filtering
The KendoReact TaskBoard enables you to display only the tasks that meet the specified criteria.
Getting Started
To enable filtering:
- Render an input component in the TaskBoardToolbar component.
- Based on the user input, create a
CompositeFilterDescriptor
and filter thetaskData
by using thefilterBy
function.
The following example demonstrates how to implement the filtering functionality.
Example
View Source
Change Theme: