Im trying to add a fixed column on a JXTreeTable. I've used Fixed Column Table and did some adapts to get it working but im having a problem with the collapse event. When i collapse a node on the fixed side it wont collapse on the moving side.
Is there any way i can fix it?

You can simply add a "TreeExpansionListener" to the fixed JXTreeTable.
This listener will call the expandPath() or collapsePath() methods of the main JXTreeTable:
The complete implementation: