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

Currently, if I have `fixedColumnCount` and `noContentRenderer` set, it displays the no content text in both panels, but that doesn't look good. ![image](https://user-images.githubusercontent.com/2383329/53267950-9806f600-3699-11e9-9a15-f7ae1c8bd7fe.png) Would be possible to either have to...

There is no provision for rowclick for multigrid. Any workaround?

I am using "react-window-infinite-loader" "react-virtualized-auto-sizer" "react-window" together and noticed that react infinite loader fires loadMoreItems away when a component mounts. Is there a way to fix it ? I tried...

Hi I noticed that the calculation of `verticalScrollBarSize` does not consider the current horizontalScrollBarSize, and vice versa, which lead to incorrect invoke timing of onScrollbarPresenceChange, as shown below ![before](https://user-images.githubusercontent.com/18242049/145956875-bbc17831-f8ac-466d-9b22-be25dbe07eb9.gif) after...

## Feature Request Currently, many if not all of the render functions for rows/cells have an `isScrolling` boolean passed into them to determine if "The Grid is currently being scrolled."...

## 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? https://bvaughn.github.io/react-virtualized/#/components/MultiGrid...

## Bug Report Hi! I ran into a problem with the virtual list in the child window. If the component is placed in a child window and the parent window...

An Error I am currently getting is that `findDOMNode` is getting deprecated and ref should be used instead. Looking at the library everything is written in Class Components. I know...

## Feature Request It would be nice if there way a way to effectively reverse the virtualization of the table, in a way where the users scroll position starts at...

## Feature Request If AutoSizer is used as a child to a component that has `overflow: "scroll"` it computes values that are 0. This makes sense because there is no...