GanttHeaderCellProps
The props of the GanttHeaderCell component.
field?
string
The column field in which the cell is located.
onClick?
any
The click
event handler of the cell.
render?
(defaultRendering: React.ReactNode | null, props: HeaderCellProps) => React.ReactNode
A function for overriding the default rendering of the header 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.