widgets/implementations/datapoints-table/datapoints-table-view/column-title.pipe.ts
Creates a column header title message.
Example :title="{{ header | columnTitle }}"
The output will be e.g.: 'c8y_Temperature → T [T] (Area)'.
Name | columnTitle |
Standalone | true |
transform | ||||||||
transform(columnHeader: TableColumnHeader)
|
||||||||
Transforms the column header into a formatted string with label and optionally unit and render type.
Parameters :
Returns :
string
The formatted string with label, unit, and render type. |