Home > @activeviam/activeui-sdk > RenderableTabularHeader
RenderableTabularHeader interface
This object is produced after processing the different plugins for generating the columns etc.
Signature:
export interface RenderableTabularHeader
Properties
| Property | Type | Description |
|---|---|---|
| captions | TabularHeaderCaption[] | The generated captions for the header, which is the output of the caption producer plugin for that column. |
| columnIndex | number | The index at which the column is displayed in the table. |
| columnKey | string | The key of the column. This is the same as the header value in the data for simple columns, but it is generated in the case of a grouped column, as a combination of the columnSelector and columnFactory. |
| dataIndexes | number[] | The indexes of the columns composing this column in the data. Could be empty when the column is not backed by data, for example the line numbers column. |
| pinned | boolean |