react-virtualized
react-virtualized copied to clipboard
React components for efficiently rendering large lists and tabular data
Currently, if I have `fixedColumnCount` and `noContentRenderer` set, it displays the no content text in both panels, but that doesn't look good.  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  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...