Home > @activeviam/activeui-sdk > CellFactoryImplementationProperties > renderCell
CellFactoryImplementationProperties.renderCell property
Signature:
renderCell: (a: {
colKey: string;
columnProps: TabularColumnProps;
rowIdx: number;
}) => ReactElement<any>;