Skip to content

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).