How To Use Tables in MudBlazor (Sort and Filter Included)

preview_player
Показать описание
Find the source code and more learning material on Patreon:

Learn C# programming language here:

Get started with Blazor:

Learn .NET API development:
Рекомендации по теме
Комментарии
Автор

Hi great video. I have a MudDataGrid and i would like to have an event on row-cell click. I want the particular cell that was clicked. Any change anyone know how to do this?

sotiriszegiannis
Автор

This is a really good tutorial for MudBlazor, I am looking into creating conditional filters so you could search between 2 dates but this was also very helpful.

dalegranger
Автор

That is such a brilliant video. I've been trying to works this out for weeks, but no one has made it this clear. I got it working for the first time. This also helps me understand the component examples on the MudBlazor site. Thank you so much. Simon

simonroyjonesuk
Автор

Does it sort by date correctly? I am currently working on building an application it seems to not like sort by dates.

christianbonilla
Автор

Everything nice and easy, now I understand how filtering works. Sadly I still don't get the most important part: how do you actually call this filtering function? From what I saw, filtering kicks in when you click on the magnifying glass -> So I guess you use OnAdornmentClick in MudTextField.
But what is on the right of OnAdornmentClick? If I do my Code throws errors.

kabernackusbrown
Автор

Is there a way to filter it on a keystroke vs having to click the search or hit enter?

kevinentwistle
Автор

You made this incredibly simple. Thank you very much!

slurps
Автор

It's super easy, but if you want anything slighty custom it's a nightmare

philippebaillargeon