Home > @activeviam/activeui-sdk > CellRendererImplementationProperties > getCellStyle
CellRendererImplementationProperties.getCellStyle property
Assign a CSS style to the cell. This style will be merged with the default style.
Signature:
getCellStyle?: (rowIndex: number, columnProps: TabularColumnProps) => {};