function table_getIsAllRowsExpanded<TFeatures, TData>(table): boolean;function table_getIsAllRowsExpanded<TFeatures, TData>(table): boolean;Defined in: features/row-expanding/rowExpandingFeature.utils.ts:174
Returns is all rows expanded for the table.
This reads the relevant table atoms, options, and row-model cache to derive the current table-level value.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
boolean
const value = table_getIsAllRowsExpanded(table)const value = table_getIsAllRowsExpanded(table)