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

CellContext

Interface: CellContext<TFeatures, TData, TValue>

Defined in: core/cells/coreCellsFeature.types.ts:8

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends CellData = CellData

Properties

cell

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

Defined in: core/cells/coreCellsFeature.types.ts:13


column

ts
column: Column<TFeatures, TData, TValue>;
column: Column<TFeatures, TData, TValue>;

Defined in: core/cells/coreCellsFeature.types.ts:14


getValue

ts
getValue: Getter<TValue>;
getValue: Getter<TValue>;

Defined in: core/cells/coreCellsFeature.types.ts:15


renderValue

ts
renderValue: Getter<TValue | null>;
renderValue: Getter<TValue | null>;

Defined in: core/cells/coreCellsFeature.types.ts:16


row

ts
row: Row<TFeatures, TData>;
row: Row<TFeatures, TData>;

Defined in: core/cells/coreCellsFeature.types.ts:17


table

ts
table: Table<TFeatures, TData>;
table: Table<TFeatures, TData>;

Defined in: core/cells/coreCellsFeature.types.ts:18