projects/apttus/elements/src/lib/data/table/table.interface.ts
Type used to define a column to be shown in the table.
Properties |
Methods |
|
| label |
label:
|
Type : string
|
| Optional |
|
Label to show on the column. |
| prop |
prop:
|
Type : string
|
|
Property value in the record that is being used. |
| sortable |
sortable:
|
Type : boolean
|
| Optional |
|
Boolean flag to indicate the column can be sorted ot not. |