Sort

The Table Sort type definition.

NameTypeDefaultDescription

columns

string

[]

The columns to sort by.

directions

Array<'asc'> | Array<'desc'>

[]

The sort directions.

See the TypeDoc documentation too.

Last updated