From 5f58786e94547622b4aa955228e876a14f779f0c Mon Sep 17 00:00:00 2001 From: tannerlinsley Date: Tue, 30 Jul 2019 12:51:14 -0600 Subject: [PATCH] docs(examples): added pagination example --- README.md | 1 + examples/pagination-client-side/sandbox.config.json | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 examples/pagination-client-side/sandbox.config.json 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 +}