Docs
Cloudflare
Railway
CodeRabbit
Clerk
AG Grid
OpenRouter
SerpAPI
Netlify
WorkOS
Prisma
Electric
Unkey
Sentry
Cloudflare
Railway
CodeRabbit
Clerk
AG Grid
OpenRouter
SerpAPI
Netlify
WorkOS
Prisma
Electric
Unkey
Sentry
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
Static Functions API Reference

cell_renderValue

Function: cell_renderValue()

ts
function cell_renderValue<TFeatures, TData, TValue>(cell): any;
function cell_renderValue<TFeatures, TData, TValue>(cell): any;

Defined in: core/cells/coreCellsFeature.utils.ts:35

Reads the value that should be rendered for this cell.

Nullish accessor values are replaced with table.options.renderFallbackValue, matching the behavior of cell.renderValue().

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends unknown = unknown

Parameters

cell

Cell<TFeatures, TData, TValue>

Returns

any

Example

ts
const rendered = cell_renderValue(cell)
const rendered = cell_renderValue(cell)