Home > @activeviam/activeui-sdk > TabularColumnProps
TabularColumnProps interface
Signature:
export interface TabularColumnProps
Properties
| Property | Type | Description |
|---|---|---|
| api | WidgetApi | The api of the table (could by a pivot-table, tabular-view, ...). |
| cancelEdition | () => {} | |
| cellControllers | { cellEditors: CellEditorImplementationProperties[]; cellRenderers: CellRendererImplementationProperties[]; cellRenderer?: CellRendererImplementationProperties; cellEditor?: CellEditorImplementationProperties; } | |
| cellStyle | CSSObject | |
| colIdx | number | The index of the column (equivalent to renderableTabularHeader.dataIds[0]). This variable is only set for columns rendered regularly, not by a columnsGroup. For these, it is up to the column factory to enrich the columnProps with that information. |
| colKey | string | The key of the column. |
| data | Table | The data backing the table. |
| dataSource | DataSource | |
| getTabularMultiBinding | () => MultiBinding | |
| sparkLinesScalesSharer | any | |
| width | number | The column width. |