Type Alias: TableColumnProps
TableColumnProps =
Omit<RACColumnProps,"style"|"className"|"children"> &object
Defined in: components/Table/Table.tsx:153
Props for a TableColumn header cell.
Type Declaration
children?
optionalchildren?:React.ReactNode
Column header content. Plain nodes only — the column owns its render prop internally (label + sort-direction indicator).