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

table_getIsSomeRowsExpanded

Function: table_getIsSomeRowsExpanded()

ts
function table_getIsSomeRowsExpanded<TFeatures, TData>(table): boolean;
function table_getIsSomeRowsExpanded<TFeatures, TData>(table): boolean;

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

Checks whether any row is expanded.

The special expanded-all value true counts as some rows expanded.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

table

Table_Internal<TFeatures, TData>

Returns

boolean

Example

ts
const someExpanded = table_getIsSomeRowsExpanded(table)
const someExpanded = table_getIsSomeRowsExpanded(table)