Hello, there is a TreeTable-Example in the demo. Is it possible to synchron

Hello, there is a TreeTable-Example in the demo. Is it possible to synchronize the table at the left side with the gantt chart at the right side? E.g., if I collapse the tree, appropriate rows at the right side will disappear also?

Yes, You can use TreeTable’s addCollapseListener/addExpandListener and write listeners to remove and add steps explicitly from the Gantt to hide or show them.