bvaughn / react-virtualized

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

Nested elements inside a list item #1781

Closed borshblack closed 1 year ago

borshblack commented 1 year ago

Please tell me how to make an element of the virtual list expand if it increases its height by revealing its internal/nested elements?

yelnyafacee commented 1 year ago

https://codesandbox.io/s/nameless-microservice-itv3sb?file=/pages/index.js maybe the Example 1 in my codesandbox will solve your issue?