Home > @activeviam/activeui-sdk > CellFactoryImplementationProperties > getColumnProps
CellFactoryImplementationProperties.getColumnProps property
A way to enrich the columnProps with a calculation that will only be run once for the whole column.
Signature:
getColumnProps?: (columnProps: TabularColumnProps, columnInstance: any) => any;