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

row_renderValue

Function: row_renderValue()

ts
function row_renderValue<TFeatures, TData>(row, columnId): any;
function row_renderValue<TFeatures, TData>(row, columnId): any;

Defined in: core/rows/coreRowsFeature.utils.ts:88

Returns a renderable row value for a column.

If the accessor value is nullish, the table's renderFallbackValue is used instead.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

row

Row<TFeatures, TData>

columnId

string

Returns

any

Example

ts
const value = row_renderValue(row, 'firstName')
const value = row_renderValue(row, 'firstName')