Update README.md

This commit is contained in:
tannerlinsley
2019-07-21 15:41:21 -06:00
parent 723720c8b1
commit 811cd015c2

View File

@@ -165,6 +165,10 @@ import {
} from 'react-table'
```
# Examples
- [Basic](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic)
# Concepts
## React Table is a "headless" library
@@ -842,10 +846,6 @@ export default function MyTable({ manualPageIndex }) {
}
```
# Examples
- [Basic](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic)
<!-- # Guides
## Client Side Pagination