-
Updated
Jun 13, 2022 - C#
blazor-server
Here are 555 public repositories matching this topic...
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

Use this icon: https://icons.getbootstrap.com/icons/play-circle-fi
-
Updated
Feb 14, 2022 - C#
Improve this page
Add a description, image, and links to the blazor-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the blazor-server topic, visit your repo's landing page and select "manage topics."
Bug type
Other
Component name
No response
What happened?
The enum value
OverflowBehavior.FilpOnOpenworks. The correct spellingOverflowBehavior.FlipOnOpendoes not.Expected behavior
Rename the value to
OverflowBehavior.FlipOnOpenReproduction link
https://github.com/MudBlazor/MudBlazor/blob/dev/src/MudBlazor/Enums/OverflowBehavior.cs
Reproduction steps