API Reference

GridHeaderCellProps

interface

Full props for the GridHeaderCell component.

Defined in package/src/types.ts:581

Renders as <th> by default. Use the render prop to override.

PropTypeDefaultDescription
renderReactElement | ((props: HTMLProps<th>, state: GridHeaderCellState) => ReactElement)Custom render function or element. Receives HTML props for <th> and component state.
indexnumber0-based column index. When omitted, all 7 weekday headers are rendered.