react-table/examples/absolute-layout
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
..
public useAbsoluteLayout: Enable react-table to build with divs (#1522) 2019-09-30 07:40:35 -06:00
src feat: ingested width logic, useAbsoluteLayout useBlockLayout 2019-10-01 14:03:11 -06:00
.babelrc useAbsoluteLayout: Enable react-table to build with divs (#1522) 2019-09-30 07:40:35 -06:00
.env useAbsoluteLayout: Enable react-table to build with divs (#1522) 2019-09-30 07:40:35 -06:00
.eslintrc useAbsoluteLayout: Enable react-table to build with divs (#1522) 2019-09-30 07:40:35 -06:00
.gitignore useAbsoluteLayout: Enable react-table to build with divs (#1522) 2019-09-30 07:40:35 -06:00
.rescriptsrc.js useAbsoluteLayout: Enable react-table to build with divs (#1522) 2019-09-30 07:40:35 -06:00
package.json useAbsoluteLayout: Enable react-table to build with divs (#1522) 2019-09-30 07:40:35 -06:00
README.md useAbsoluteLayout: Enable react-table to build with divs (#1522) 2019-09-30 07:40:35 -06:00
yarn.lock useAbsoluteLayout: Enable react-table to build with divs (#1522) 2019-09-30 07:40:35 -06:00

This project was bootstrapped with Create React App and Rescripts.

You can: