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

I have a search using List and InfiniteLoader which can be used to display widgets within rows. Sometimes updating the rowCount with the new result count and setting the loadedMap...

## Bug Report [CodeSandBox Example](https://codesandbox.io/s/infinite-scroll-with-grid-react-redux-forked-zfgt1?file=/src/styles.css) [CodeSandBox FullScreen](https://zfgt1.csb.app/) ### What is the current behavior? I am using the `Grid` component inside a `ColumnSizer` with `AutoSizer` and `WindowScroller` inside of an `InfiniteLoader`...

Hi, I am using the List component with autosizer, cell measurer and cache and all works brilliantly (thanks for developing this, its amazing!). However, my issue arises when I use...

Hi, I am facing an issue in ScrollSync doesn't seem to sync correctly. When scrolling programmatically due to an outside event the sync breaks up. How can you fix this?...

## Bug Report The demo app is not working. https://bvaughn.github.io/react-virtualized/#/components/WindowScroller ### What is the current behavior? The scrollToIndex prop is ignored. Run the demo and enter a number in the...

If you're loading a video on mobile using the HTML5 video tag, it will load wrong dimensions at first, so that if you're measuring onLoad, it will not measure correctly....

Thanks for contributing to react-virtualized! **Before submitting a pull request,** please complete the following checklist: - [x] The existing test suites (`npm test`) all pass - [x] For any new...

I use this as the chat room message list, and when I slide down with this, the line with the text message will flash, but when I remove the onLoad...

This [Code Sandbox project](https://codesandbox.io/s/2wlnn21ypp?expanddevtools=1&module=%2FExample.js) demonstrates the issue. I've been working on a Chrome extension that uses a `` component to render a few hundred items. The user can press Pg...

bug
help wanted

Is it possible to use collection as a grid, to display let's say 100 lines of datasets which are about 100 units long? I've tried using grid, but dynamic cell...