table/src/table/table.types.ts
Type used by the sort property of the Table component to define the sorting column and direction.
import { ITableSortState } from '@talenra/components/table';See TableComponent
Properties |
| direction |
direction:
|
Type : TTableSortDirection
|
|
Selection state of the row (selected or not) |
| field |
field:
|
Type : string
|
|
The column used for sorting. Must match a field name defined in TableColumn. |