SortState
Defined in: src/widgets/data/table.ts:20
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:24
Ascending or descending.
key:
string
Defined in: src/widgets/data/table.ts:22
The sorted column’s key.