Skip to content

Commit

Permalink
fix link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreimatei committed Feb 5, 2024
1 parent cc32333 commit ad496df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ By default, Material React Table uses a `fuzzy` filtering algorithm based on the

##### Pre-built MRT Filter Functions

> Pre-built filter functions from Material React Table include `between`, `betweenInclusive`, `contains`, `empty`, `endsWith`, `equals`, `fuzzy`, `greaterThan`, `greaterThanOrEqualTo`, `lessThan`, `lessThanOrEqualTo`, `notEmpty`, `notEquals`, and `startsWith`. View these algorithms [here](https://github.com/KevinVandy/material-react-table/blob/v2/packages/material-react-table/src/filterFns.ts)
> Pre-built filter functions from Material React Table include `between`, `betweenInclusive`, `contains`, `empty`, `endsWith`, `equals`, `fuzzy`, `greaterThan`, `greaterThanOrEqualTo`, `lessThan`, `lessThanOrEqualTo`, `notEmpty`, `notEquals`, and `startsWith`. View these algorithms [here](https://github.com/KevinVandy/material-react-table/blob/v2/packages/material-react-table/src/fns/filterFns.ts)
##### Pre-built TanStack Table Filter Functions

Expand Down

0 comments on commit ad496df

Please sign in to comment.