core/data-grid/data-grid.model.ts
Properties |
|
| __id |
__id:
|
Type : string
|
| Optional |
|
The unique identifier for the column used when ordering |
| __origin |
__origin:
|
Type : string
|
| Optional |
|
origin needed to identify if the column comes from selectedProperties or operationColumns for the asset table |
| command |
command:
|
Type : object | string
|
| Optional |
|
The property to be executed as command |
| computedConfig |
computedConfig:
|
Type : ComputedConfig
|
| Optional |
|
Configuration for computed column |
| iconConfig |
iconConfig:
|
Type : Array<IconConfigItem>
|
| Optional |
|
Configuration for displaying an icon in the cell. |
| isLink |
isLink:
|
Type : boolean
|
| Optional |
|
Whether the column is a link. |
| isOperation |
isOperation:
|
Type : boolean
|
| Optional |
|
Whether the column is an operation. |
| operationType |
operationType:
|
Type : AssetColumnOperationType
|
| Optional |
|
The operation type of the operation column |
| showIconAndValue |
showIconAndValue:
|
Type : boolean
|
| Optional |
|
Whether to show both icon and value in the cell |
| type |
type:
|
Type : string
|
| Optional |
|
The type of the column |