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 the list is first loaded, i want to scroll to the bottom it can work when i get the data, and set the value at scrollToIndex={data.length - 1} when...

I use very long tables. And now I noticed an unpleasant bug. I used `MultiGrid` and too long cells disappear from the screen before they go beyond its border. I...

I tried to apply React Virtualized and Material UI Collapse components but the list doesn't appear. However, when I remove the collapse component, the list will appear. This is my...

Is there a way we can enjoy a new version compatible with the new React versions 17 18... React-virtualized is awesome and one of the most performance wise library I...

## Bug Report https://unpkg.com/browse/[email protected]/dist/es/WindowScroller/utils/onScroll.js ### What is the current behavior? Last line of the linked file has the following bogus import pointing to a non-existent export: ```js import { bpfrpt_proptype_WindowScroller...

## 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 Please include either a failing unit test or a simple repro. You can start by forking this Code Sandbox: https://codesandbox.io/s/03qpzq1p9p?module=%2FExample.js ### What is the current behavior? If...

Hi, been playing around with this library and enjoying it a lot. I think there is an issue from version 9.19.0 onwards with ArrowKeyStepper: https://codesandbox.io/s/j3y8jq63yw The keyboard up and down...

## Bug Report When run the table against lighthouse for accessibility, it flags an issue in there Issues: Elements with an ARIA [role] that require children to contain a specific...

## Bug Report I'm using the react-virtualized for a while. it's really cool, but I'm facing some overlapping issues sometimes while included the Readmore option if the column contains large...