GridHeaderCellProps

The props of the GridHeaderCell component (more information).

NameTypeDefaultDescription

children

React.ReactNode

The current sort icons.

columnMenuWrapperProps

GridColumnMenuWrapperProps

The props of the Grid column menu wrapper.

field?

string

The column field in which the cell is located.

onClick?

any

The click event handler of the cell.

selectionChange

any

The selectionChange event handler of the cell.

selectionValue

any

The selectionValue event handler of the column in which the cell is located.

title?

string

The title of the column in which the cell is located.

Methods

render

A function for overriding the default rendering of the header cell.

Parameters

defaultRendering

ReactNode

props

GridHeaderCellProps

Returns

ReactNode