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_getIsExpanded

Function: row_getIsExpanded()

ts
function row_getIsExpanded<TFeatures, TData>(row): boolean;
function row_getIsExpanded<TFeatures, TData>(row): boolean;

Defined in: features/row-expanding/rowExpandingFeature.utils.ts:296

Checks whether this row is expanded.

options.getIsRowExpanded can override state-derived behavior. Otherwise the row is expanded when expanded state is true or contains this row id.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

row

Row<TFeatures, TData>

Returns

boolean

Example

ts
const expanded = row_getIsExpanded(row)
const expanded = row_getIsExpanded(row)