function table_getCanSomeRowsExpand<TFeatures, TData>(table): boolean;function table_getCanSomeRowsExpand<TFeatures, TData>(table): boolean;Defined in: features/row-expanding/rowExpandingFeature.utils.ts:125
Checks whether at least one pre-paginated row can expand.
Pagination is intentionally ignored so controls can reflect expandable rows that may not be on the current page.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
boolean
const canExpand = table_getCanSomeRowsExpand(table)const canExpand = table_getCanSomeRowsExpand(table)