Use a recursive Blazor component to render a TreeView

added by DotNetKicks
10/31/2022 11:13:36 AM

390 Views

I recently ran into a requirement to show a nested list of items in a menu for a "code explorer" component: There's no concrete limit to how deep this list can go (each item can have its own list of items and so on and so forth).


0 comments