New to KendoReactStart a free 30-day trial

The props of the NumericFilter component.

Definition

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

Properties

The accessible label of the component.

filter

FilterDescriptor

The FilterDescriptor object which will be edited.

max?

number

Specifies the greatest value that can be entered.

min?

number

Specifies the smallest value that can be entered.

onFilterChange

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

The FilterChange event, triggered while editing the FilterOperator.

Parameters:event{ nextFilter: FilterDescriptor }