File tree 2 files changed +7
-0
lines changed 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ React Table is essentially a compatible collection of **custom React hooks**:
20
20
- Layout Hooks
21
21
- [ ` useBlockLayout ` ] ( ./useBlockLayout.md )
22
22
- [ ` useAbsoluteLayout ` ] ( ./useAbsoluteLayout.md )
23
+ - [ ` useFlexLayout ` ] ( ./useFlexLayout.md )
23
24
- [ ` useResizeColumns ` ] ( ./useResizeColumns.md )
24
25
- 3rd Party Plugin Hooks
25
26
- Want your custom plugin hook listed here? [ Submit a PR!] ( https://github.com/tannerlinsley/react-table/compare )
Original file line number Diff line number Diff line change 49
49
- Row DnD
50
50
- [ Source] ( https://github.com/tannerlinsley/react-table/tree/master/examples/row-dnd )
51
51
- [ 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 )
52
58
- ** Complex**
53
59
- The "Kitchen Sink"
54
60
- [ Source] ( https://github.com/tannerlinsley/react-table/tree/master/examples/kitchen-sink )
You can’t perform that action at this time.
0 commit comments