dotnet / aspire

An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
https://learn.microsoft.com/dotnet/aspire
MIT License
3.57k stars 390 forks source link

Add hierarchical tree view component to fluentui-blazor to replace our existing data grids #1782

Open adamint opened 7 months ago

adamint commented 7 months ago

We need several things that the data grid component doesn't allow:

The tree view component is also not a good fit for Resources, as we still want data to be displayed in columns

JamesNK commented 7 months ago

We can probably simulate a tree view by building on top of DataGrid - there is an example of doing that here. We can do something similar on the resource grid.