@kanunilabs/datagrid / CellRenderContext
Interface: CellRenderContext<TRow>
Defined in: datagrid/src/createGrid.ts:282
What a custom cell renderer is handed — the React CellRenderContext, DOM-flavoured.
Type Parameters
TRow
TRow = GridRowData
Properties
column
column:
GridColumnDef<TRow>
Defined in: datagrid/src/createGrid.ts:286
node
node:
RowNode<TRow>
Defined in: datagrid/src/createGrid.ts:285
row
row:
TRow
Defined in: datagrid/src/createGrid.ts:284
value
value:
unknown
Defined in: datagrid/src/createGrid.ts:283