Skip to content

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

FieldSchema.cellStyle property

Dynamic style for the cell (e.g. based on status).

Signature:

typescript
cellStyle?: (row: TRow, value: TValue) => CSSProperties;