From 196fb3c1982a3a8b66319b6578a2d4682267d3de Mon Sep 17 00:00:00 2001 From: tannerlinsley Date: Mon, 19 Aug 2019 16:48:06 -0600 Subject: [PATCH] docs: added kitchen sink to the examples list --- docs/examples.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/examples.md b/docs/examples.md index 8347c00..d68c93f 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -28,6 +28,10 @@ - Editable Data - [Source + Guide](https://github.com/tannerlinsley/react-table/tree/master/examples/editable-data) - [Open in CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/editable-data) +- **Complex** + - The "Kitchen Sink" + - [Source + Guide](https://github.com/tannerlinsley/react-table/tree/master/examples/kitchen-sink) + - [Open in CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/kitchen-sink) - **Controlled via `useTableState`** - These examples are more advanced because they demonstrate how to manually control and respond to the state of the table using the `useTableState` hook. - Pagination (Controlled) - [Source + Guide](https://github.com/tannerlinsley/react-table/tree/master/examples/pagination-controlled)