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