react-table/examples
ggascoigne 1d8ffb18f7 Add fixed width column support to useFlexLayout (#1810)
* Add fixed width column support to useFlexLayout

*  Allow useFlexLayout to honor canResize by calculating flex width separately from total width.
*  Update example to show the selection checkbox since that's a common fixed width use case.
*  Add example for right aligning columns.
*  Tweaked the styles for the table to better align the resize handles (since it made verifying the rest easier when they weren't misaligned by the scroll bar width)

Note that the resize behavior is still rather strange, but that's a separate problem that this change didn't really effect.

* swich to react-table@latest
2019-12-25 19:59:43 -07:00
..
absolute-layout Fix useResizeColumns bug 2019-12-10 14:58:31 -07:00
animated-framer-motion Upgrade examples to use "latest" 2019-12-03 12:55:01 -07:00
basic Bump eslint-utils from 1.4.0 to 1.4.3 in /examples/basic (#1720) 2019-12-05 23:17:00 -05:00
block-layout Upgrade examples to use "latest" 2019-12-03 12:55:01 -07:00
bootstrap Bootstrap example (#1801) 2019-12-21 09:06:38 -07:00
bootstrap-UI-components Bootstrap example (#1801) 2019-12-21 09:06:38 -07:00
column-hiding Fix column hiding, add useControlledStat hook 2019-12-18 10:39:35 -07:00
column-ordering Upgrade examples to use "latest" 2019-12-03 12:55:01 -07:00
column-resizing Fix useResizeColumns bug 2019-12-10 14:58:31 -07:00
data-driven-classes-and-styles Added/updated hooks reorganization of hooks, new hook rules 2019-12-10 11:35:05 -07:00
editable-data v7.0.0-rc.2 2019-12-06 16:30:08 -07:00
expanding Mucho updates 2019-12-13 00:22:30 -07:00
filtering Add global filtering support via useGlobalFilter 2019-12-18 13:22:58 -07:00
footers Add Footer Support 2019-12-05 23:11:50 -05:00
full-width-resizable-table Add fixed width column support to useFlexLayout (#1810) 2019-12-25 19:59:43 -07:00
full-width-table Upgrade examples to use "latest" 2019-12-03 12:55:01 -07:00
grouping Bump eslint-utils from 1.4.0 to 1.4.3 in /examples/grouping (#1730) 2019-12-06 16:42:41 -07:00
grouping-column Change meta signature for hooks 2019-12-18 11:54:43 -07:00
kitchen-sink Fix prefilteredRows 2019-12-13 00:41:10 -07:00
kitchen-sink-controlled Fix selection examples 2019-12-13 00:43:54 -07:00
material-UI-components Add useColumnVisibility as core hook (#1700) 2019-12-05 15:45:25 -05:00
pagination v7.0.0-rc.2 2019-12-06 16:30:08 -07:00
pagination-controlled Added/updated hooks reorganization of hooks, new hook rules 2019-12-10 11:35:05 -07:00
row-dnd Upgrade examples to use "latest" 2019-12-03 12:55:01 -07:00
row-selection Fix selection examples 2019-12-13 00:43:54 -07:00
sorting Update API doc links 2019-12-05 23:14:23 -05:00
streaming-rows Add streaming rows snapshot 2019-12-17 19:31:09 -07:00
sub-components Update to use React.Fragment spread with row props (#1781) 2019-12-13 18:08:01 -07:00
virtualized-rows Upgrade examples to use "latest" 2019-12-03 12:55:01 -07:00