diff --git a/README.md b/README.md index 2e5a883..c667a55 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ import { - [Sorting - Client Side](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/sorting-client-side) - [Filtering - Client Side](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/filtering-client-side) - [Grouping - Client Side](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/grouping-client-side) +- [Pagination - Client Side](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/pagination-client-side) # Concepts diff --git a/examples/pagination-client-side/sandbox.config.json b/examples/pagination-client-side/sandbox.config.json new file mode 100644 index 0000000..0ef8d24 --- /dev/null +++ b/examples/pagination-client-side/sandbox.config.json @@ -0,0 +1,3 @@ +{ + "infiniteLoopProtection": false +}