API Reference
GridHeaderCellProps
interfaceFull props for the GridHeaderCell component.
Defined in package/src/types.ts:581
Renders as <th> by default. Use the render prop to override.
| Prop | Type | Default | Description |
|---|---|---|---|
| render | ReactElement | ((props: HTMLProps<th>, state: GridHeaderCellState) => ReactElement) | — | Custom render function or element. Receives HTML props for <th> and component state. |
| index | number | — | 0-based column index. When omitted, all 7 weekday headers are rendered. |