Hi, I'm making a simple web app in Blazor server. It's basically a tree structure with buttons to create, rename, delete, sort, etc.
Since a tree could be infinitely long, i render it using recursive component. The question is how can I expand/collapse whole tree at once?
My code is too long (even when simplified) so I'll post it in messages below
Thanks for help!