react-virtualized icon indicating copy to clipboard operation
react-virtualized copied to clipboard

React components for efficiently rendering large lists and tabular data

Results 221 react-virtualized issues
Sort by recently updated
recently updated
newest added

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

![image](https://user-images.githubusercontent.com/86946936/150466798-7b7bd265-6e99-4414-87ad-28367dcc807b.png) ![image](https://user-images.githubusercontent.com/86946936/150466883-e87c32c4-f7da-494b-a6f7-78cfac83ad57.png) 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: ![image](https://user-images.githubusercontent.com/2616427/91727598-3551bd00-eba2-11ea-8066-1cde40ccaed3.png) ![image](https://user-images.githubusercontent.com/2616427/91727630-40a4e880-eba2-11ea-8854-662ab365400b.png) 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...