react-virtualized
react-virtualized copied to clipboard
React components for efficiently rendering large lists and tabular data
I have a `react-virtualised` `InfiniteLoader` consisting of single rows. The main issue I believe, is that each cell can vary in height and have to load in different images for...
## Feature Request Provide as much information as possible about your requested feature. Here are a few questions you may consider answering: * What's your use case? (Tell me about...
## Bug Report ### What is the current behavior? AutoSizer is not properly updating width, when used in RTL element. There are two problems: 1. start with full screen width...
Related issues: https://github.com/bvaughn/react-virtualized/issues/1028 https://github.com/bvaughn/react-virtualized/issues/719 https://github.com/bvaughn/react-virtualized/issues/1108 https://github.com/bvaughn/react-virtualized/issues/1489 https://github.com/bvaughn/react-virtualized/issues/1585 https://github.com/bvaughn/react-virtualized/issues/1104 When rendering `Grid`, I can also confirm `isScrollingOptOut` causes it to skip updating when I filter my data, the grid doesn't update...
## Bug Report ### What is the current behavior? InfiniteLoader scrolling loadMoreRows method successfully obtains data, but only renders the data entered for the first time when scrolling ### What...
We like this tool very much, but we ran into a wall when the accessibility team reviewed our app. That the `ReactVirtualized__Grid__innerScrollContainer` in `Grid.js` is a `div`, rather than a...
## Bug Report https://codesandbox.io/s/scrollbar-jumping-6oy0kz ### What is the current behavior? In this demo project, new items are added to the list every 2 seconds. If you scoll to some item...
## is there any way from which i can get scroll direction (UP/DOWN) of user? i wanted to implement some functionality when user do scroll-up but unable to get that...
Added role=list for the List component as currently it has role="grid" which is creating accessibility issue in mac voiceover. Here is the issue ticket - https://github.com/bvaughn/react-virtualized/issues/1657
I'm using the InfiniteLoader to render potentially long lists of items. When an item is selected it loads up a new list next to it but keeps the original list...