projects/congarevenuecloud/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. |
mobileView |
mobileView:
|
Type : boolean
|
Optional |
prop |
prop:
|
Type : string
|
Property value in the record that is being used. |
showPopover |
showPopover:
|
Type : boolean
|
Optional |
Property that is used to show popover for data in the table. |
sortable |
sortable:
|
Type : boolean
|
Optional |
Boolean flag to indicate the column can be sorted ot not. |