GridCustomHeaderCellProps
Interface
The properties of the header Grid Cell.
Definition
Package:@progress/kendo-vue-grid
Properties
field?
string
The column field in which the cell is located.
index?
number
The index of the column.
key?
any
The key in which the cell is located.
onClick?
any
The click event handler of the cell.
render?
any
The method for rendering the cell.
The method for rendering the header cell.
thProps?
GridThAttributes
The props and attributes that are applied to the th element by default. The property should be used with the HeaderThElement component as demonstrated in this example.
title?
string
The title of the column in which the cell is located.