function table_getIsAllRowsExpanded<TFeatures, TData>(table): boolean;Defined in: features/row-expanding/rowExpandingFeature.utils.ts:202
Checks whether every expandable row in the current row model is expanded.
The special expanded-all value true returns true immediately. Empty expanded state returns false. Rows that cannot expand are ignored, so a materialized expanded-all map (which only contains expandable row ids) still counts as all rows expanded.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
boolean
const allExpanded = table_getIsAllRowsExpanded(table)