Defined in: types.ts:341
Enhanced CellContext with pre-bound cell components. The cell property includes the registered cellComponents.
TFeatures extends TableFeatures
TData extends RowData
TValue extends CellData
TCellComponents extends Record<string, TableComponentType>
cell: Cell_Core<TFeatures, TData, TValue> & ExtractFeatureMapTypes<TFeatures, Cell_FeatureMap> & TCellComponents & object;Defined in: types.ts:347
FlexRender: () => unknown;unknown
column: Column<TFeatures, TData, TValue>;Defined in: types.ts:349
getValue: Getter<TValue>;Defined in: types.ts:350
renderValue: Getter<TValue | null>;Defined in: types.ts:351
row: Row<TFeatures, TData>;Defined in: types.ts:352
table: Table<TFeatures, TData>;Defined in: types.ts:353