equinor / webviz

Mozilla Public License 2.0
6 stars 7 forks source link

Support having `GroupTree` initially collapsed, with only `N` top levels visible #713

Open anders-kiaer opened 1 month ago

anders-kiaer commented 1 month ago

...and at the same time allow for data to children be injected "on demand" when a particular nodes children are expanded.

This would allow backend calculations to be much more performant, since we can start by only calculating the top level nodes, instead of the whole tree before showing something to the user.