Skip to content

SortState

Defined in: src/widgets/data/table.ts:21

Which column a TableWidget is sorted by, and in which 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.