TableSort
Configuration for table column sorting.
Properties
columnName
columnName:
string
The name of the column to sort by.
direction?
optionaldirection:TableSortDirection
The direction of the sort (ascending or descending)
isLocalSort?
optionalisLocalSort:boolean
Whether the sorting should be applied locally to the current data (true) or handled externally by a parent component or backend service (false).