Home > @activeviam/activeui-sdk > CellFactoryImplementationProperties > getRowHeight
CellFactoryImplementationProperties.getRowHeight property
The specific row height, only called if hasCustomRowHeight
returns true.
Signature:
getRowHeight?: (rowIndex: number, minRowHeight: number, columnProps: TabularColumnProps) => number;