mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
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.
7 lines
320 B
Markdown
7 lines
320 B
Markdown
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and Rescripts.
|
|
|
|
You can:
|
|
|
|
- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/virtualized-rows)
|
|
- `yarn` and `yarn start` to run and edit the example
|