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

injectTableCellContext

Function: injectTableCellContext()

ts
function injectTableCellContext<TFeatures, TData, TValue>(): Signal<Cell<TFeatures, TData, TValue>>;
function injectTableCellContext<TFeatures, TData, TValue>(): Signal<Cell<TFeatures, TData, TValue>>;

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

Injects the current TanStack Table cell signal.

Available when:

  • there is a nearest [tanStackTableCell] directive in the DI tree, or
  • the caller is rendered via *flexRender with render props containing cell

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends unknown

Returns

Signal<Cell<TFeatures, TData, TValue>>