function table_toggleAllRowsExpanded<TFeatures, TData>(table, expanded?): void;function table_toggleAllRowsExpanded<TFeatures, TData>(table, expanded?): void;Defined in: features/row-expanding/rowExpandingFeature.utils.ts:81
Expands or collapses every row.
Passing true stores the special expanded-all state. Passing false stores an empty map. Omitting the value toggles based on whether all rows are currently expanded.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
boolean
void
table_toggleAllRowsExpanded(table)table_toggleAllRowsExpanded(table)