function table_getFilteredSelectedRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;function table_getFilteredSelectedRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;Defined in: features/row-selection/rowSelectionFeature.utils.ts:201
Builds a row model containing selected rows from the filtered row model.
If no row ids are selected, an empty row model is returned without walking the rows.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
RowModel<TFeatures, TData>
const selectedRows = table_getFilteredSelectedRowModel(table)const selectedRows = table_getFilteredSelectedRowModel(table)