function table_getExpandedRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;function table_getExpandedRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;Defined in: core/row-models/coreRowModelsFeature.utils.ts:194
Resolves the row model after expanded rows have been flattened into view.
When manualExpanding is enabled, or no expanded row-model factory was registered, this returns the pre-expanded row model unchanged.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
RowModel<TFeatures, TData>
const expandedRows = table_getExpandedRowModel(table)const expandedRows = table_getExpandedRowModel(table)