Documentation

@kanunilabs/datagrid-react


@kanunilabs/datagrid-react / CellSlotContext

Interface: CellSlotContext<TRow>

Defined in: datagrid-react/src/types.ts:792

Type Parameters

TRow

TRow = GridRowData

Properties

columnId

columnId: string

Defined in: datagrid-react/src/types.ts:794


columnIndex

columnIndex: number

Defined in: datagrid-react/src/types.ts:798

Column position in visual order (pinned-left → center → right).


node

node: RowNode<TRow>

Defined in: datagrid-react/src/types.ts:793


rowIndex

rowIndex: number

Defined in: datagrid-react/src/types.ts:796

Row position in the current view.


value

value: unknown

Defined in: datagrid-react/src/types.ts:799