react-table/docs
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
..
api.md feat: ingested width logic, useAbsoluteLayout useBlockLayout 2019-10-01 14:03:11 -06:00
concepts.md docs(docs): improve docs 2019-08-15 15:32:03 -06:00
examples.md feat: ingested width logic, useAbsoluteLayout useBlockLayout 2019-10-01 14:03:11 -06:00
installation.md Fix typo in installation.md (#1498) 2019-09-06 10:59:47 -06:00
README.md docs(docs): improve docs 2019-08-15 15:32:03 -06:00

To get started with React Table, click here, or select a specific document from this directory.