react-table/src/plugin-hooks
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
..
tests Add global filtering support via useGlobalFilter 2019-12-18 13:22:58 -07:00
useAbsoluteLayout.js Change meta signature for hooks 2019-12-18 11:54:43 -07:00
useBlockLayout.js Change meta signature for hooks 2019-12-18 11:54:43 -07:00
useColumnOrder.js Change meta signature for hooks 2019-12-18 11:54:43 -07:00
useExpanded.js Change meta signature for hooks 2019-12-18 11:54:43 -07:00
useFilters.js Add global filtering support via useGlobalFilter 2019-12-18 13:22:58 -07:00
useFlexLayout.js Add fixed width column support to useFlexLayout (#1810) 2019-12-25 19:59:43 -07:00
useGlobalFilter.js misc fixes for useGlobalFilter (#1795) 2019-12-19 15:21:27 -07:00
useGroupBy.js Change meta signature for hooks 2019-12-18 11:54:43 -07:00
usePagination.js Fix reset to use initial state, then fall back to default state 2019-12-17 20:40:34 -07:00
useResizeColumns.js Change meta signature for hooks 2019-12-18 11:54:43 -07:00
useRowSelect.js Change meta signature for hooks 2019-12-18 11:54:43 -07:00
useRowState.js Fix reset to use initial state, then fall back to default state 2019-12-17 20:40:34 -07:00
useSortBy.js Change meta signature for hooks 2019-12-18 11:54:43 -07:00