Sort

The Table Sort type definition.

Name
Type
Default
Description

columns

string

[]

The columns to sort by.

directions

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

[]

The sort directions.

See the TypeDoc documentation too.

Last updated

Was this helpful?