"Issue with Virtualization using react-window and VirtualScroller in PrimeReact Accordion" #3514
Unanswered
patilhande10
asked this question in
PrimeReact
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello PrimeReact Support Team,
I’m currently working on implementing virtualization in my application using react-window, useMemo & VirtualScroller in conjunction with the accordion component in PrimeReact. However, I am encountering issues where the virtualization is not working as expected.
##Problem:
Despite using useMemo, react-window, and VirtualScroller, the accordion component does not seem to properly render or virtualize the content. The expected performance improvements from virtualization (especially with large datasets) are not being realized.
#Here’s the context of my implementation:
#Steps I’ve Taken:
#Expected Behavior:
#Current Behavior:
#Could you provide any guidance on how to properly implement virtualization with Accordion, react-window, useMemo and VirtualScroller in this case?
Thank you for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions