function row_toggleExpanded<TFeatures, TData>(row, expanded?): void;Defined in: features/row-expanding/rowExpandingFeature.utils.ts:284
Expands or collapses this row.
Omitting expanded toggles the row. If the current state is expanded-all, the function first materializes that state into a row-id map (containing only expandable row ids) before applying the row-specific change.
The call is a no-op (no onExpandedChange) when the requested state matches the current state, or when expanding a row that cannot expand. Collapsing is always allowed so stale expanded ids can be cleaned up.
TFeatures extends TableFeatures
TData extends RowData
Row<TFeatures, TData>
boolean
void
row_toggleExpanded(row)