GridCustomHeaderCellProps
The properties of the header Grid Cell.
Definition
Package:@progress/kendo-react-grid
Properties
children
ReactNode | ReactNode[]
The default children of the table cell.
The props of the Grid column menu wrapper.
field?
string
The column field in which the cell is located.
index?
number
The index of the column.
onClick?
any
The click event handler of the cell.
The selectionChange event handler of the cell.
The selectionValue event handler of the column in which the cell is located.
thProps?
null | GridThAttributes
The props and attributes that are applied to the th element by default.
Use this property with the HeaderThElement component to preserve the built-in header cell behavior such as accessibility attributes, keyboard navigation, and column metadata.
For a usage example, see Custom Header, Footer, and Filter Cells article.
title?
string
The title of the column in which the cell is located.