function getFilteredRowModel<TData>(): RowModelFactory<TData>;
Defined in: useLegacyTable.ts:51
TData extends RowData
RowModelFactory<TData>
Use createFilteredRowModel(filterFns) with the new useTable hook instead.
This is a stub function for v8 API compatibility with useLegacyTable. It acts as a marker to enable the filtered row model.