getFilteredRowModel

fun <TData> getFilteredRowModel(): (table: Table<TData>) -> () -> RowModel<TData>

Builds the table-level filtered row-model factory. The returned function is invoked once per Table and produces a memoised getter for the filtered RowModel.

When there are no rows, no column filters and no global filter, every row's filter state is cleared and the pre-filtered model is returned as is.