From 3278e1b05e02ecbbfd0e1f0289961924ba57eb9c Mon Sep 17 00:00:00 2001 From: Mohamed Nimir Date: Thu, 4 Oct 2018 22:44:15 +0200 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8519356..1a2414e 100644 --- a/README.md +++ b/README.md @@ -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 async table mockup +For a detailed example, take a peek at our async table mockup ## Fully Controlled Component