-
Updated
Apr 4, 2022 - C#
Blazor

Blazor is a .NET-based web application framework that allows developers to create single-page applications with C#, Razor, and HTML.
Here are 2,297 public repositories matching this topic...
-
Updated
Mar 31, 2022
-
Updated
Apr 3, 2022 - C#
-
Updated
Mar 3, 2022 - C#
Describe the question
I have implemented MatBlazorTable and first columns has MatBlazorCheckbox. I couldnt find how to implement Select All feature.
Expected behavior
I would like to add Select All button to select all items in the table with checkboxes.
Screenshots
Before click button
">
<span class="oi oi-trash text-danger"></span
-
Updated
Mar 3, 2022 - F#
FakeNavigationManager does not allow the user to navigate to an external URL, since the validation build into NavigationManager pervents changing BaseUrl
s.
Discussed in bUnit-dev/bUnit#662
Originally posted by TDroogers March 24, 2022
Is it possible to test a NavigateTo an external url?
The following
-
Updated
Mar 28, 2022 - C#
-
Updated
Apr 3, 2022 - C#
-
Updated
Jan 2, 2022 - C#
-
Updated
Apr 1, 2022 - C#
I always find it very handy if there is just a table with all available settings and their usage or meaning. Maybe this is something we can add to the readme. I also think this will provide a better overview to contributors which functions already exist.
The reason this popped in my head now, is that we have the setting FocusFirstElement
. While it is true that that setting control whether or
-
Updated
Feb 13, 2022 - C#
-
Updated
Mar 6, 2022 - C#
Improved samples
With #153, I have laid out the foundation for this issue. Instead of the three (redundant) sample projects, we now have a dual-mode blazor application that looks and feels similar to the official Chart.js samples.
Now we need your help!
If you want to contribute to this library and/or get to know ChartJs.Blazor, you can port one of the samples li
Created by Microsoft
Released February 2018
Latest release 27 days ago
- Organization
- dotnet/aspnetcore/tree/main/src/Components
- Website
- dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor
- Wikipedia
- Wikipedia
Bug type
Component
Component name
MudTable
What happened?
When using a
NoRecordsContent
inside aMudTable
withStriped
andHover
enabled it is rendered using these classes also. However the content should be agnostic to them since they are used solely for rows.Expected behavior
NoRecordsContent
should render withoutStriped
orHover
styles applied.Reprod