Replies: 2 comments 3 replies
-
Hello @dagda1, I'm wondering how you have implemented an animation of node closing\opening inside virtual list. I have a similar task, need to implement animation in tree, but i am stuck. Is your data a flat list? |
Beta Was this translation helpful? Give feedback.
-
@dagda1 here we have couple of issues, one is that parent size is not updated after expending children, this can be fixed by position the whole elements as one block, checkout the example here #413 (comment) Another is that we still need to update the size for correct calculation of visual items, this will be fixed with #405 hope it happen soonish 🤞 |
Beta Was this translation helpful? Give feedback.
-
Here is a video of what is happening
The problem is my
<VirtualRow />
component that uses absolute positioning:Is there any way around this? I would suspect somebody has had a similar problem and might no a fix.
I would be grateful for some advice on this troubling matter.
Beta Was this translation helpful? Give feedback.
All reactions