Home > @activeviam/activeui-sdk > TabularColumnProps > cellControllers
TabularColumnProps.cellControllers property
Signature:
cellControllers: {
cellEditors: CellEditorImplementationProperties[];
cellRenderers: CellRendererImplementationProperties[];
cellRenderer?: CellRendererImplementationProperties;
cellEditor?: CellEditorImplementationProperties;
};