--- name: Complex route: /examples/complex menu: Examples --- # Complex These examples are more advanced because they demonstrate how to manually control and respond to the state of the table. ## The "Kitchen Sink" This example includes Pagination, Sorting, Filtering, Grouping, Expandable Rows and Row Selection so it's called the _Kitchen Sink_. - [Source](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) * Want to add another example? [Submit a PR!](https://github.com/tannerlinsley/react-table/compare)