Docs
Cloudflare
Railway
CodeRabbit
AG Grid
Netlify
WorkOS
Clerk
OpenRouter
SerpAPI
Prisma
Sentry
Unkey
Electric
Cloudflare
Railway
CodeRabbit
AG Grid
Netlify
WorkOS
Clerk
OpenRouter
SerpAPI
Prisma
Sentry
Unkey
Electric
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Static Functions API Reference

TanStackTableCellContext

Interface: TanStackTableCellContext<TFeatures, TData, TValue>

Defined in: packages/angular-table/src/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.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends CellData

Properties

cell

ts
cell: Signal<Cell<TFeatures, TData, TValue>>;
cell: Signal<Cell<TFeatures, TData, TValue>>;

Defined in: packages/angular-table/src/helpers/cell.ts:17

Signal that returns the current cell instance.