TreeListHeaderSelectionCellProps

NameTypeDefaultDescription

children

React.ReactNode

The current sort icons.

field?

string

The column field in which the cell is located.

onClick?

any

The click event handler of the cell.

render?

(defaultRendering: ReactNode, props: HeaderCellProps) => 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.