Skip to content

Home > @liquidrazor/list-display > FieldSchema > cellRenderer

FieldSchema.cellRenderer property

Optional custom renderer for the cell.

Signature:

typescript
cellRenderer?: (row: TRow, value: TValue, ctx: CellRenderContext<TRow>) => ReactNode;