New to KendoReact? Start a free 30-day trial
Getting Started with the KendoReact Custom Filters
Getting Started with the KendoReact Custom FiltersPremium
The Filter component can utilize custom filters if the built-in filters do not fit the scenario. The next steps showcase how a custom filter can be used in the Filter component.
-
Pass down a custom filter via the
fields
prop. -
Handle the
onFilterChange
event coming from the props of the filter callback. The event receives two objects:nextFilter
which receivesFilterDescriptor
.prevFilter
which receivesFilterDescriptor
.
The following demo showcases how to implement and pass a custom filter to the Filter component.
Change Theme
Theme
Loading ...