Gantt Chart with React-Virtuoso #1070
Unanswered
AronAsmundsson
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I hope you’re all doing well! I’d like to discuss a challenge I’m facing with a custom Gantt chart implementation. Currently, the chart isn’t virtualized, and as our customers expand their datasets, I’m concerned about potential rendering issues. To address this, I’m exploring ways to implement virtualization.
Here’s the basic structure: I have two separate
However, after integrating the Virtuoso list component and attempting to sync the two lists, I’ve encountered significant lag. Despite my efforts, achieving smooth performance remains elusive.
I’d greatly appreciate any insights or ideas on how to more effectively share the scroll state between these two components. Your expertise would be invaluable!
Best regards, Aron
Beta Was this translation helpful? Give feedback.
All reactions