Skip to content
Entangle UI v0.13.0

DataTableSortState

Defined in: src/components/data/DataTable/DataTable.types.ts:71

Controlled sort state.

columnId: string | null

Defined in: src/components/data/DataTable/DataTable.types.ts:73

Column id, or null when no sort is applied.


direction: DataTableSortDirection

Defined in: src/components/data/DataTable/DataTable.types.ts:75

Direction. null is treated as no sort.