Skip to main content

Function: TableColumn()

TableColumn(__namedParameters): Element

Defined in: components/Table/Table.tsx:173

A column header (Collection title role). With allowsSorting, React Aria makes it a keyboard-operable sort control (aria-sort included) and the current direction renders as an arrow Icon (action.sortAscending / action.sortDescending).

Set isRowHeader on the column whose cells name the row for assistive technology.

Parameters

ParameterType
__namedParametersTableColumnProps

Returns

Element