Skip to content
Entangle UI v0.13.0

DataTableSortDirection

DataTableSortDirection = "asc" | "desc" | null

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

Sort direction. null means unsorted (third state of the sort cycle).