Terry Phillips
Terry Phillips
> @tjscience can you review, please? What do you think of this changes? I will need time to go through all of this, but at first glance, it seems overly...
To me, this seems like an unnecessary addition, given that it simply duplicates what Hover does, unless I am missing something here.
I don't think this has anything to do with MudBlazor. If this is an issue, it is with the Virtualize component in ASP.NET Core Blazor: https://docs.microsoft.com/en-us/aspnet/core/blazor/components/virtualization?view=aspnetcore-6.0 I would take a...
@kev-andrews, I just saw that you did not write any tests. It is required to unit test changes like this. Can you add a quick set of tests that just...
> ### Feature request type > Enhance component > > ### Component name > MudDataGrid > > ### Is your feature request related to a problem? > I hope I...
@XPhilipp, I am not understanding why this is necessary. You can already template the simple filtering popup, albeit in a different way, by using the FiterTemplate on the MudDataGrid instead...
I have mixed feelings about this because we are really going down a rabbit hole here trying to support all possible cases. At some point, it will be impossible to...
> > I have mixed feelings about this because we are really going down a rabbit hole here trying to support all possible cases. > > I agree with these...
> I believe the complexity is necessary here because without caching we would need to compile every time cell content is fetched which would be very expensive.