Defined in: helpers/cell.ts:11
DI context shape for a TanStack Table cell.
This exists to make the current Cell injectable by any nested component/directive without having to pass it through inputs/props manually.
TFeatures extends TableFeatures
TData extends RowData
TValue extends CellData
cell: Signal<Cell<TFeatures, TData, TValue>>;
Defined in: helpers/cell.ts:17
Signal that returns the current cell instance.