Skip to main content

TableSort

Configuration for table column sorting.

Properties

columnName

columnName: string

The name of the column to sort by.


direction?

optional direction: TableSortDirection

The direction of the sort (ascending or descending)


isLocalSort?

optional isLocalSort: boolean

Whether the sorting should be applied locally to the current data (true) or handled externally by a parent component or backend service (false).