Interface: TableSortOptions
Options for column sorting.
Example
const opts: TableSortOptions = { descending: true };
Extends
Properties
descending?
readonlyoptionaldescending?:boolean
skipStabilityWait?
readonlyoptionalskipStabilityWait?:boolean
Inherited from
TableOptions.skipStabilityWait
timeout?
readonlyoptionaltimeout?:number