SortState
Defined in: src/widgets/data/table.ts:21
Which column a TableWidget is sorted by, and in which direction.
Properties
Section titled “Properties”direction
Section titled “direction”direction:
SortDirection
Defined in: src/widgets/data/table.ts:25
Ascending or descending.
key:
string
Defined in: src/widgets/data/table.ts:23
The sorted column’s key.