docs(examples): added pagination example

This commit is contained in:
tannerlinsley 2019-07-30 12:51:14 -06:00
parent 48f992fa0c
commit 5f58786e94
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
{
"infiniteLoopProtection": false
}