react-virtualized
react-virtualized copied to clipboard
React components for efficiently rendering large lists and tabular data
This can be seen by adding the attribute dir="rtl" to the root div element in the example - https://bvaughn.github.io/react-virtualized/#/components/List When you make the window smaller the elements in the list...
## Asking a Question? const data = [ { id: 1, height: 120,.....}, { id: 2, height: 90,.....}, { id: 3, height: 170,.....}, ] When I use setstate to turn...
I am receiving this all of a sudden. If you webpack the following packages it will error. ``` { "name": "", "version": "", "private": true, "scripts": { "analyze": "source-map-explorer docs/*.js",...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. on vite this unused import seems...
## Bug Report - The tabbable element's role 'columnheader' is not a widget role ``` ``` - The element with role "rowgroup" is not contained in or owned by an...
## Bug Report I'm using `VariableSizeList` within `AutoSizer` to render a list of notifications. The code is as follows: ``` return ( {({height, width}) => ( {Row} )} {hasNextPage ?...
I'm receiving a deprecation warning related to findDOMNode when using react-virtualized components within React's Strict Mode. The warning suggests that findDOMNode is deprecated and will be removed in future releases...
On iPhone 13 (iOS 17) latest Safari, scrolling a 300px tall virtual list with 200k rows that are 100px tall each is way too fast, it goes over dozens of...
## Bug Report in react@19, use registerChild, see : ```tsx function rowRenderer ({ index, isScrolling, key, parent, style }) { const source // This comes from your list data return...
## Bug Report 1. On macOS, enable VoiceOver and visit this page: https://bvaughn.github.io/react-virtualized/#/components/Grid 2. Navigate to the grid and interact in 3. Try to use VoiceOver+Up/Down to move up/down in...