Defined in: features/column-filtering/columnFilteringFeature.types.ts:200
TFeatures extends TableFeatures
TData extends RowData
optional filteredRowModel: (table) => () => RowModel<TFeatures, TData>;
Defined in: features/column-filtering/columnFilteringFeature.types.ts:209
If provided, this function is called once per table and should return a new function which will calculate and return the row model for the table when it's filtered.
Table<TFeatures, TData>
(): RowModel<TFeatures, TData>;
RowModel<TFeatures, TData>