Paul Connell
Paul Connell
The hide/show worked well but for the display anomalies. If you render to an unattached div then attach it at the end of the render would that work? `let treantdiv...
I have a working 'zoom' using a custom node renderer. In my angular app I have an icon in each node that when clicked, makes that node the root and...
So if I switched off `stackChildNodes` for now, that could be a temporary fix?
Can you point me in a rough direction in the lib and I could take a look. Edit:- Implementing `childrenDropLevel` on child nodes that are stacked fixes it mostly?
Not having much luck here. Any more pointers?
The solution I went with was an internal model of the tree that I convert to a treant-format structure and then destroy and rebuild the tree with that treant structure...