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
We are working with the rowHeight-function to give the nodes different heights depending on the nested level of each node. This is working well so far.
But we ran into problems while dragging a node. The calculated heights need to be recalculated while dragging, but they don't. We noticed this is working well with isVirtualized is false, but not if it's set to true.