function table_getFilteredRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;Defined in: core/row-models/coreRowModelsFeature.utils.ts:61
Resolves the row model after column and global filtering.
When manualFiltering is enabled, or no filtered row-model factory was registered, this returns the pre-filtered row model because filtering is expected to happen outside the table.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal\<`TFeatures`, `TData`\>
RowModel\<`TFeatures`, `TData`\>
const filteredRows = table_getFilteredRowModel(table)