Interface HeaderOptions

Options for the header of a column. For a full explanation of the options, please see the user guide at https://reactdatagrid.com/docs/tutorial-basics/headers

Hierarchy

  • HeaderOptions

Properties

columnGroupLabelFunction?: ((column: ColumnOptions) => string)

Type declaration

columnGroupRenderer?: ((props: RendererProps) => unknown)

Type declaration

columnGroupText?: string
columnGroupTooltip?: string
headerLabelFunction?: ((column: ColumnOptions) => string)

Type declaration

headerRenderer?: ((props: RendererProps) => unknown)

Type declaration

headerTooltip?: string

Generated using TypeDoc