New to Kendo UI for Vue? Start a free 30-day trial

GridColumnMenuFilterUIProps

The props that will be passed to the UI of the ColumnMenu filter component.

NameTypeDefaultDescription

firstFilterProps

GridFilterCellProps

The options of the first filter.

hideSecondFilter?

boolean

Indicates if the second filter will be hidden.

logicData

{ operator: any; text: string; }[]

The list of the filter logic options.

logicValue?

{ operator: any; text: string; }

The current value of the filter logic.

operators

{ operator: any; text: string; }[]

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

render?

any

The method for rendering the cell.

secondFilterProps

GridFilterCellProps

The options of the second filter.

Methods

onChange

The method that will be called to notify the parent about a change in the filter.

Parameters

e

any

filterIndex

number

onFocus

The trigger focus event.

Parameters

e

any

onLogicchange

The method that will be called to notify the parent about a change in the filter logic.

Parameters

e

any