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

Height Issue after rendering #1820

Closed ashwinj984 closed 1 year ago

ashwinj984 commented 1 year ago

I have a paginated List of multiple filters. In each filter the card sizes are same but card of different filters have different size. Should I use CellMeasurer in this scenario or not? I have tried using CellMeasurer and it is working fine but is there any way to not use cellmeasure and cellmeasurerCache and make it work.

https://ideone.com/7zHmoy

please copy the link and paste it in the browser