Home > @activeviam/activeui-sdk > TableHeader
TableHeader interface
Signature:
export interface TableHeader
Properties
Property | Type | Description |
---|---|---|
captions | TableHeaderCaption[] | the caption of the header in an array formed by the captions of potentially crossJoined headers. |
isNumeric | boolean | Indicates whether the corresponding TableCells have numerical TableCellValue. This is required by the charts library for instance. |
sizes | number[] | An array of sizes, one for each caption. |
value | TableHeaderValue |