Home > @activeviam/activeui-sdk > CellRendererImplementationProperties > renderCell
CellRendererImplementationProperties.renderCell property
Render the content of the cell.
Signature:
renderCell: (a: {
colKey: string;
columnProps: TabularColumnProps;
onCellRef: (a: HTMLElement | null | undefined) => {};
rowIdx: number;
}) => React.ReactElement<any>;