Props
interface CellRendererProps extends CellRendererStyleProps, TooltipAnchorProps<HTMLDivElement>
cellClassName | undefined | string Additional class names to apply to the cell itself, separated by spaces. |
cellStyle | React.CSSProperties Additional styles to apply to the cell itself. |
cellValue | unknown The cell value to render. Either |
className | undefined | string Additional class names to apply to the cell renderer container, separated by spaces. |
field | Field |
record | Record | null | undefined The Record from which to render a cell. Either |
renderInvalidCellValue | undefined | Render function if provided and validation fails. |
shouldWrap | undefined | false | true Whether to wrap cell contents. Defaults to true. |
style | React.CSSProperties Additional styles to apply to the cell renderer container. |