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

Use react virtualized to render the list. The list is in the form of graphics and text, adding the lazy loading function to the pictures. However, if you scroll up...

The Table component from the react-virtualized package is throwing a warning: ```Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Grid which is inside StrictMode. Instead, add...

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...

Hello 👋, I have a simple question - how can I install ? I think I've met a problem that I can't figure out ```bash F:\PC2\documents\React\pere>npm install react-virtualized npm ERR!...

npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^17.0.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer...

## Feature Request Struggle to make virtualized list scrolled to a particular row after content refresh. Scenario: there are few rows, user scrolls to somewhere in the list, and then...

## Bug Report I have to use both scroll-sync (which requires setting `scrollTop`) and `scrollToIndex` to navigate to a page, but scrollToIndex doesn't work seemingly due to scrollTop is already...

## Header Grouping In my table, I want a columns which also have sub-column also. I need 2 headers. One for main header and other for any sub-header if any...

## Bug Report I'm trying to build a table with fixed headers. To do it, I'm using a `MultiGrid` with a `CellMeasurer`. However, if the user scrolls to the bottom,...

We are using List and CellMeasurer in our project, we noticed our list scroll up after `cache.clear(10)` is called. After logging everything, here is what happens: Basic code: ``` cache.clear(10);...