Defined in: core/cells/coreCellsFeature.types.ts:21
TFeatures extends TableFeatures
TData extends RowData
TValue extends CellData = CellData
column: Column<TFeatures, TData, TValue>;
Defined in: core/cells/coreCellsFeature.types.ts:29
The associated Column object for the cell.
id: string;
Defined in: core/cells/coreCellsFeature.types.ts:33
The unique ID for the cell across the entire table.
row: Row<TFeatures, TData>;
Defined in: core/cells/coreCellsFeature.types.ts:37
The associated Row object for the cell.
table: Table_Internal<TFeatures, TData>;
Defined in: core/cells/coreCellsFeature.types.ts:41
Reference to the parent table instance.