react-virtualized
react-virtualized copied to clipboard
React components for efficiently rendering large lists and tabular data
When I'm trying to render multiple lists (2 in my case) after each other, both using `` and ``, the second one does not render properly. It takes up the...
I am using the Table component with two columns. Right now the `width` prop of the Column component appears to be mapped to the css `flex-basis` property so it basically...
## Bug Report Demo [webstite](http://www.reactvirtualized.com/) not found - error 404 http://www.reactvirtualized.com/ Screenshots
  If rowCount is written as a constant number , this.getRowHeight cannot receive any asynchronous state in the first few renders. As a result, the list data cannot be...
Seems like web-site is not working anymore:   It's available at https://bvaughn.github.io/react-virtualized/ though.
Thanks for contributing to react-virtualized! **Before submitting a pull request,** please complete the following checklist: - [-] The existing test suites (`npm test`) all pass - [-] For any new...
Thanks for contributing to react-virtualized! # Description Supporting footer row in table for react-virtualized. **Before submitting a pull request,** please complete the following checklist: - [x] The existing test suites...
I have a table with continuously adding events (rows) and I have a requirement to display last event in table. So I have made a prototype with timer adding events...
## Expected Behavior All components and grid cells are rendered as in browser ## Actual Behavior Only top level grid container are rendered ## Sample component ```ts {({onScroll, scrollLeft}) =>...
## Bug Report $ npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm...