projects/congarevenuecloud/elements/src/lib/data/table/table.interface.ts
Type used to describe the sorting information.
Properties |
column |
column:
|
Type : string
|
Data field on the record to be sorted. |
direction |
direction:
|
Type : "ASC" | "DESC"
|
Direction to sort. |