Open
Description
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.
Anyone got an idea?