fullstackhero / blazor-wasm-boilerplate

Clean Architecture Boilerplate Template for .NET 6.0 Blazor WebAssembly built for FSH WebAPI with the goodness of MudBlazor Components.

Home Page:https://fullstackhero.net/blazor-webassembly-boilerplate/general/getting-started/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MudTable to MudDataGrid

kirkey opened this issue · comments

This project is using MudTable to display Data but it is lacking most important feature, i.e. Column Filtering.
On the otherhand, MudDataGrid is capable of the said feature.
But I had faced the most difficult challenge when I tried to Convert MudTable into MudDataGrid.
If someone who had converted the components please teach us how.
Thanks in advance!

@kirkey In this project(https://github.com/neozhu/CleanArchitectureWithBlazorServer), we are actually using MudDataGrid to display data. You might find it helpful to refer to this as an example.