react-virtualized
react-virtualized copied to clipboard
React components for efficiently rendering large lists and tabular data
I want to add add onClick to every item in every lines , but I don't know how to achieve it ,context or redux? I don't want to use context...
In case of using`react-virtualized` with `Material-UI` framework wouldn't it be quite convenient to have a `css` property support for `Table, List, Column etc.` components styling.
## Asking a Question? We have been using react-virtualized for a while now, we started moving to use web components. When i add a web component inside the rowrenderer the...
How does one go about centering the content inside Masonry?
A better understanding of how react-virtualized is being used will help me better prioritize features and shape the roadmap going forward. So if you're using this project, I'd love for...
Some of the examples which display full page table have broken scrollbar behavior. for instance: https://rawgit.com/bvaughn/react-virtualized/master/playground/hover.html https://rawgit.com/bvaughn/react-virtualized/master/playground/grid.html The scrolls appear and disappear maybe a hundred times per second. I've noticed...
Hey guys, the library is really nice. The only thing we're missing is to have something similar to this: https://adazzle.github.io/react-data-grid/#/grouping
Hi! I've seen mentions of a slack channel but I can't find a workable URL, does it still exist?
Currently `requestAnimationFrame`/`cancelAnimationFrame` are getting called in another context besides `window` (or `self`). This throws an error as an illegal operation, so this just calls the function with the explicit context...
## Bug Report [Code Sandbox Demo](https://codesandbox.io/s/react-virtualized-resizable-columns-forked-ndu33f?file=/src/Demo.js) https://user-images.githubusercontent.com/7879714/157403251-7a1c4fcc-744d-4e50-91c6-9b5ed92b1389.mov The reason behind the weird behavior is because the `key` property isn't been respected by `Table` and `Column`. [Learn more about the `key`...