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

flexRender

Function: flexRender()

ts
function flexRender(render, props): any;
function flexRender(render, props): any;

Defined in: packages/vue-table/src/FlexRender.ts:15

If rendering headers, cells, or footers with custom markup, use flexRender instead of cell.getValue() or cell.renderValue().

Parameters

render

any

props

any

Returns

any

Example

ts
flexRender(cell.column.columnDef.cell, cell.getContext())
flexRender(cell.column.columnDef.cell, cell.getContext())