New to KendoReactStart a free 30-day trial

The properties of the filter Grid Cell.

Definition

Package:@progress/kendo-react-grid

Properties

Accessible label of the filter.

The list of values for the Boolean filter.

children?

ReactNode | ReactNode[]

The default children of the table cell.

field?

string

The column field in which the cell is located.

filterType

"boolean" | "text" | "numeric" | "date"

The type of the filter. Determines which editor will be rendered for filtering.

index?

number

The index of the column.

onChange

(event: { value: any; operator: string | Function; syntheticEvent: SyntheticEvent​<any, Event> }) => void

The method that will be called if the cell needs to inform its parent Grid about a change.

Parameters:event{ value: any; operator: string | Function; syntheticEvent: SyntheticEvent​<any, Event> }

operator?

string | Function

The operator that will be used for the cell filtering.

The list of the default operators for the current filter type.

size?

"small" | "medium" | "large"

Configures the size of the cell.

The available options are:

  • small
  • medium
  • large
  • null—Does not set a size className.
Default:

medium

The props and attributes that are applied to the td element by default.

The props and attributes that are applied to the th element by default.

title?

string

The title which will be set to the input element in the filter cell.

The value of the cell.