New to KendoReactStart a free 30-day trial

The props of the BooleanFilter component.

Definition

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

Properties

The accessible label of the component.

data?

{ text: string; value: any }[]

A collection of text-value pairs passed to the BooleanFilter DropDownList. Defaults to [ { text: 'True', value: true }, { text: 'False', value: false } ]

The defaultItem passed to the BooleanFilter DropDownList.

filter

FilterDescriptor

The FilterDescriptor object which will be edited.

onFilterChange

(event: { nextFilter: FilterDescriptor }) => void

The FilterChange event, triggered while editing the FilterOperator.

Parameters:event{ nextFilter: FilterDescriptor }