-
Updated
Apr 22, 2022 - C#
blazor-server
Here are 525 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
![image](https://user-images.githubusercontent.com/10263337/110940096-a7b40e80-8336-11eb-9
Even though this isn't super critical, this might help with addressing https://stackoverflow.com/questions/57938081/blazor-preview-9-mono-wasm-memory-access-out-of-bounds-max-string-size-for-dotn
-
Updated
Apr 9, 2022 - C#
-
Updated
Mar 28, 2022 - C#
-
Updated
Oct 8, 2021 - C#
-
Updated
Apr 13, 2022 - HTML
-
Updated
Mar 17, 2022 - C#
Hi,
this is a great component, it saved so much time! Thank you!
However there seems to be a small bug:
When specifing MaxItems > 0 then div for plk-dd-spacing is generated twice.
-
Updated
Mar 9, 2022 - C#
-
Updated
Apr 22, 2022 - C#
-
Updated
Apr 21, 2022 - C#
-
Updated
Apr 2, 2022 - C#
-
Updated
Nov 27, 2021 - C#
-
Updated
Mar 29, 2022 - C#
-
Updated
Dec 5, 2020 - C#
-
Updated
Apr 12, 2022 - C#
-
Updated
Mar 21, 2022 - C#
-
Updated
Mar 9, 2020 - HTML
-
Updated
Dec 27, 2021 - C#
-
Updated
Feb 18, 2020 - HTML
-
Updated
Apr 11, 2022 - C#
-
Updated
Apr 21, 2022 - HTML
-
Updated
Feb 1, 2022 - C#
-
Updated
Feb 14, 2022 - C#
-
Updated
Mar 3, 2022 - C#
-
Updated
Jul 23, 2021 - C#
-
Updated
Sep 13, 2019 - HTML
Describe the bug
In some mobile devices the videos are not playing, the player just stays on a black screen.
To Reproduce
Steps to reproduce the behavior:
- Select a video
- Click the play button
Expected behavior
The videos play correctly on all mobile devices
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
Component
Component name
MudTable
What happened?
When using a
NoRecordsContentinside aMudTablewithStripedandHoverenabled it is rendered using these classes also. However the content should be agnostic to them since they are used solely for rows.Expected behavior
NoRecordsContentshould render withoutStripedorHoverstyles applied.Reprod