react-table/examples/virtualized-rows/src
tannerlinsley 247687ee08 feat: ingested width logic, useAbsoluteLayout useBlockLayout
Width options (`width`, `minWidth`, `maxWidth`) options are now a part of the core column object.
useBlockLayout and useAbsoluteLayout hooks now use this new internalized information to implement
their layouts. Those examples have been updated. A virtualized-rows example has also been added to
show off how the useBlockLayout hook can be used to virtualize rows with react-window.
2019-10-01 14:03:11 -06:00
..
App.js feat: ingested width logic, useAbsoluteLayout useBlockLayout 2019-10-01 14:03:11 -06:00
App.test.js feat: ingested width logic, useAbsoluteLayout useBlockLayout 2019-10-01 14:03:11 -06:00
index.css feat: ingested width logic, useAbsoluteLayout useBlockLayout 2019-10-01 14:03:11 -06:00
index.js feat: ingested width logic, useAbsoluteLayout useBlockLayout 2019-10-01 14:03:11 -06:00
makeData.js feat: ingested width logic, useAbsoluteLayout useBlockLayout 2019-10-01 14:03:11 -06:00
serviceWorker.js feat: ingested width logic, useAbsoluteLayout useBlockLayout 2019-10-01 14:03:11 -06:00