Update README.md (#1086)

Fixed server-side data bad example link to point to https://react-table.js.org/#/story/server-side-data instead of 404 link https://github.com/react-tools/react-table/blob/master/stories/ServerSide.js

Fixes #929
This commit is contained in:
Mohamed Nimir
2018-10-04 22:44:15 +02:00
committed by Tanner Linsley
parent 2352cac4b8
commit 3278e1b05e

View File

@@ -818,7 +818,7 @@ If you want to handle pagination, sorting, and filtering on the server, `react-t
/>
```
For a detailed example, take a peek at our <a href="https://github.com/react-tools/react-table/blob/master/stories/ServerSide.js" target="\_parent">async table mockup</a>
For a detailed example, take a peek at our <a href="https://react-table.js.org/#/story/server-side-data" target="\_parent">async table mockup</a>
## Fully Controlled Component