Skip to content

SortState

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

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