Defined in: core/cells/coreCellsFeature.types.ts:8
TFeatures extends TableFeatures
TData extends RowData
TValue extends CellData = CellData
cell: Cell<TFeatures, TData, TValue>;
Defined in: core/cells/coreCellsFeature.types.ts:13
column: Column<TFeatures, TData, TValue>;
Defined in: core/cells/coreCellsFeature.types.ts:14
getValue: Getter<TValue>;
Defined in: core/cells/coreCellsFeature.types.ts:15
renderValue: Getter<TValue | null>;
Defined in: core/cells/coreCellsFeature.types.ts:16
row: Row<TFeatures, TData>;
Defined in: core/cells/coreCellsFeature.types.ts:17
table: Table<TFeatures, TData>;
Defined in: core/cells/coreCellsFeature.types.ts:18