New to KendoReactStart a free 30-day trial

FilterProps

Interface

The props of the Filter component.

Definition

Package:@progress/kendo-react-data-tools

Properties

Provides an accessible label for the Filter's container component. Similar to the aria-label attribute.

Provides an accessible label for the Filter's underlying Expression component.

Provides an accessible label for the Filter's underlying Group component.

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.

Parameters:eventFilterChangeEvent

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.