Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Enterprise
Cell API Reference

injectTableCellContext

Function: injectTableCellContext()

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

Defined in: 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>>