I’m trying to use the Gantt component, but just as I figured, when loading a large datasource (200+) performance goes out the window. So I looked under the hood and saw you are using the Tree component to render the rows. I don’t understand this, as the Tree component has very limited functionality for a very powerful Gantt component.
The main functionality I’m in need of is ‘vitrualization‘. I’ve talked about this previously with you guys and was told the the timeline was virtualized, which is great, but that’s not what is hindering performance. It’s the Tree rows!!!
With having both the Grid and Table components, I don’t understand why you didn’t use either one of those in place of the Tree?? This would open up a ton of options in the Gantt (inline-editing, virtualization, filtering, sorting and the list goes on…)
I was looking really forward to implementing this into my SaaS product, but the more I look under the hood, the more I want to run away.