function table_autoResetExpanded<TFeatures, TData>(table): void;function table_autoResetExpanded<TFeatures, TData>(table): void;Defined in: features/row-expanding/rowExpandingFeature.utils.ts:38
Schedules an expanded-state reset after row-structure changes.
The reset runs when autoResetAll, autoResetExpanded, or the default client-side expanding behavior allows it. Manual expanding opts out unless the reset options explicitly opt back in.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
void
table_autoResetExpanded(table)table_autoResetExpanded(table)