Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React virtualized not displaying all the items in list #1796

Open
sukhpreet96 opened this issue Jan 10, 2023 · 2 comments
Open

React virtualized not displaying all the items in list #1796

sukhpreet96 opened this issue Jan 10, 2023 · 2 comments

Comments

@sukhpreet96
Copy link

sukhpreet96 commented Jan 10, 2023

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

@DjakaTechnology
Copy link

bump, @sukhpreet96 have you solved the issue?

@miottz
Copy link

miottz commented Apr 25, 2024

solved this problem by add [style] prop to rowRenderer
const rowRenderer = ({ key, index, style, })=>( <div key={key} style={style}> {...your componet} </div> )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants