DataTableSortState
Defined in: src/components/data/DataTable/DataTable.types.ts:71
Controlled sort state.
Properties
columnId
columnId:
string|null
Defined in: src/components/data/DataTable/DataTable.types.ts:73
Column id, or null when no sort is applied.
direction
direction:
DataTableSortDirection
Defined in: src/components/data/DataTable/DataTable.types.ts:75
Direction. null is treated as no sort.