FilterProps
The props of the Filter component.
Definition
Package:@progress/kendo-react-data-tools
Properties
ariaLabel?
string
Provides an accessible label for the Filter's container component. Similar to the aria-label attribute.
ariaLabelExpression?
string
Provides an accessible label for the Filter's underlying Expression component.
ariaLabelGroup?
string
Provides an accessible label for the Filter's underlying Group component.
className?
string
Adds custom CSS classes to the Filter's root element.
defaultGroupFilter?
CompositeFilterDescriptor
Specifies the initial composite filter descriptor used when a new group is created.
Defines the field settings for the Filter. Each field represents a filterable column.
onChange
(event: FilterChangeEvent) => void
The Filter onChange event.
The event object containing the updated filter descriptor.
style?
CSSProperties
Applies custom styles to the Filter's root element.
value
CompositeFilterDescriptor
Specifies the composite filter descriptor value. This object defines the current state of the applied filters.