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

React virtualized not displaying all the items in list #1796

Open sukhpreet96 opened 1 year ago

sukhpreet96 commented 1 year ago

I am trying to display about 1000 items in the list using RV, but it's displaying 22 items only.

DjakaTechnology commented 1 year ago

bump, @sukhpreet96 have you solved the issue?

miottz commented 2 months ago

solved this problem by add [style] prop to rowRenderer ` const rowRenderer = ({ key, index, style, })=>(

{...your componet}
     )

`