From 933cc27e3327b033f67396540dbf2e04f459a69c Mon Sep 17 00:00:00 2001 From: tannerlinsley Date: Fri, 26 Jul 2019 10:30:59 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7653226..19692f5 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ import { - [Basic](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic) - [Sorting with `useSortBy`](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/sorting-with-useSortBy) +- [Filtering with `useFilters`](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/filtering-with-useFilters) # Concepts