Skip to content

Commit 717ea7b

Browse files
committed
Update Docs
1 parent b48cddb commit 717ea7b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/api/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ React Table is essentially a compatible collection of **custom React hooks**:
2020
- Layout Hooks
2121
- [`useBlockLayout`](./useBlockLayout.md)
2222
- [`useAbsoluteLayout`](./useAbsoluteLayout.md)
23+
- [`useFlexLayout`](./useFlexLayout.md)
2324
- [`useResizeColumns`](./useResizeColumns.md)
2425
- 3rd Party Plugin Hooks
2526
- Want your custom plugin hook listed here? [Submit a PR!](https://github.com/tannerlinsley/react-table/compare)

docs/examples.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
- Row DnD
5050
- [Source](https://github.com/tannerlinsley/react-table/tree/master/examples/row-dnd)
5151
- [Open in CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/row-dnd)
52+
- Full Width Table (Table Elements with collapsible content)
53+
- [Source](https://github.com/tannerlinsley/react-table/tree/master/examples/full-width-table)
54+
- [Open in CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/full-width-table)
55+
- Full Width Resizable Table (via `useFlexLayout`)
56+
- [Source](https://github.com/tannerlinsley/react-table/tree/master/examples/full-width-resizable-table)
57+
- [Open in CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/full-width-resizable-table)
5258
- **Complex**
5359
- The "Kitchen Sink"
5460
- [Source](https://github.com/tannerlinsley/react-table/tree/master/examples/kitchen-sink)

0 commit comments

Comments
 (0)