admin管理员组

文章数量:1123707

I want to implement a hierachical structure like this.

I tried using Masonry example, but I think it requires a large overscan which is not scalable. Because if I sequentially put the nodes in preorder (USA, WA, BEL, Foo, Bar, SEA, Foo, Bar, WA Total, ...), I need a large overscan to be able to scan USA. How can I overcome this issue?

I'm not set on using Tanstack. I'm open to other virtualization libs.

Looker's pivot table does support this virtualized hierarchical structure.

本文标签: reactjsHow to implement a virtualized treehierachical structure in ReactStack Overflow