Filter Overview
The KendoReact Filter provides options for building and editing a CompositeFilterDescriptor
object.
The KendoReact Filter is part of the KendoReact library of React UI components. It is distributed through NPM under the kendo-react-data-tools package.
Basic Usage
You can configure the Filter by using the following properties:
fields
—Sets the fields settings which describes field names, labels, filter editor components and filter operators.value
—Sets the value of the filter.onChange
—The onChange event which will be triggered when the Filter value is changed.
Functionality and Features
The Filter provides globalization support.