You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the GanttComponent in my project, and I'm experiencing performance issues when loading a dataset of around 200 rows. The initial load takes approximately 15 seconds, which seems excessive.
I've reviewed the documentation and know about enableVirtualization, but I'm looking for additional ways to optimize the performance.
Implementation Details
I’ve customized the headers and rows using templates (code below).
My dataset is provided through ref.current.dataSource.
There are 12 columns in total (only one is shown in the example).
The component includes custom tooltips and various style customizations.
Hi,
I'm using the
GanttComponent
in my project, and I'm experiencing performance issues when loading a dataset of around 200 rows. The initial load takes approximately 15 seconds, which seems excessive.I've reviewed the documentation and know about
enableVirtualization
, but I'm looking for additional ways to optimize the performance.Implementation Details
ref.current.dataSource
.Here’s a simplified version of my code:
Questions
GanttComponent
?GanttComponent
that I might be overlooking?Any advice or suggestions from the contributors or community would be greatly appreciated!
Thank you for your time and help.
The text was updated successfully, but these errors were encountered: