New to Kendo UI for VueStart a free 30-day trial

The properties of the filter Grid Cell.

Definition

Package:@progress/kendo-vue-grid

Properties

The ariaLabel of the filter editor.

The list of values for the Boolean filter.

colSpan?

number

The column span of the cell.

field?

string

The column field in which the cell is located.

The type of the filter. Determines which editor will be rendered for filtering. The supported values are the following 0 'text' | 'numeric' | 'boolean' | 'date;

The instance of the Grid component.

index?

number

The index of the column.

onChange?

(event: { value: any; operator: string | Function; event: any }) => 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; event: any }

operator

string

The operator that will be used for the cell filtering.

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

The method for rendering the filter cell.

size?

"small" | "medium" | "large"

Configures the size of the cell.

The available options are:

  • small
  • medium
  • large
Default:

undefined

tdProps?

GridTdAttributes

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

thProps?

GridThAttributes

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

title?

string

The title of the filter editor.

The value of the cell.