react-table/examples/full-width-resizable-table
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
..
public Add back useFlexLayout and full-width-resizable-table example 2019-12-17 20:41:28 -07:00
src Add fixed width column support to useFlexLayout (#1810) 2019-12-25 19:59:43 -07:00
.babelrc Add back useFlexLayout and full-width-resizable-table example 2019-12-17 20:41:28 -07:00
.env Add back useFlexLayout and full-width-resizable-table example 2019-12-17 20:41:28 -07:00
.eslintrc Add back useFlexLayout and full-width-resizable-table example 2019-12-17 20:41:28 -07:00
.gitignore Add back useFlexLayout and full-width-resizable-table example 2019-12-17 20:41:28 -07:00
.rescriptsrc.js Add back useFlexLayout and full-width-resizable-table example 2019-12-17 20:41:28 -07:00
package.json Add fixed width column support to useFlexLayout (#1810) 2019-12-25 19:59:43 -07:00
README.md Add back useFlexLayout and full-width-resizable-table example 2019-12-17 20:41:28 -07:00
sandbox.config.json Add back useFlexLayout and full-width-resizable-table example 2019-12-17 20:41:28 -07:00
yarn.lock Add fixed width column support to useFlexLayout (#1810) 2019-12-25 19:59:43 -07:00

Full Width Resizable Table (via useFlexLayout)