ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

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>;
  • CellRendererImplementationProperties.renderCell property
Copyright © 2023 ActiveViam