function expandRows<TFeatures, TData>(rowModel): RowModel<TFeatures, TData>;function expandRows<TFeatures, TData>(rowModel): RowModel<TFeatures, TData>;Defined in: features/row-expanding/createExpandedRowModel.ts:61
Expands a row model according to the current expanded row state.
Expanded sub-rows are inserted into the flattened row order while preserving the original row hierarchy.
TFeatures extends TableFeatures
TData extends RowData = any
RowModel<TFeatures, TData>
RowModel<TFeatures, TData>