bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.12k stars 3.06k forks source link

How to use multiple List in one view? #1701

Closed KKzLEO closed 2 years ago

KKzLEO commented 2 years ago

Hi, thanks for creating this library, it's awesome. I have a question that I have an Accordion component and when one accordion item expanded, I need to render the table component as the child that needs to be virtualized based on Window's scrollbar. If I have two or more accordion items, there are more than one List component in one view, it there any way can make these List components virtualized based on Window's scrollbar? All items of the table are shown already, so no scrollbar inside the table component.

thank you so much

example: https://codesandbox.io/s/old-water-2tm24?file=/src/App.js

KKzLEO commented 2 years ago

Hi, issue 1324 saved me. Hence, close this issue, thanks.