blazor-client
Here are 155 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
-
Updated
Mar 22, 2022 - HTML
-
Updated
Mar 17, 2022 - C#
-
Updated
Mar 13, 2022 - C#
-
Updated
Feb 26, 2022 - HTML
-
Updated
Oct 27, 2021
-
Updated
Aug 25, 2021 - C#
-
Updated
Jan 23, 2022 - C#
-
Updated
Nov 27, 2021 - C#
-
Updated
Jul 8, 2020 - C#
-
Updated
Mar 23, 2022 - C#
-
Updated
Feb 10, 2022 - C#
-
Updated
Mar 9, 2020 - HTML
-
Updated
Feb 18, 2020 - HTML
-
Updated
Feb 18, 2020 - JavaScript
-
Updated
Jan 26, 2021 - C#
-
Updated
Feb 27, 2022 - C#
-
Updated
Feb 1, 2022 - C#
-
Updated
Sep 13, 2019 - HTML
-
Updated
Oct 12, 2021 - CSS
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
-
Updated
Jul 22, 2020 - C#
-
Updated
Mar 29, 2021 - HTML
-
Updated
Aug 31, 2021 - C#
-
Updated
Feb 18, 2020 - HTML
-
Updated
Nov 6, 2020 - HTML
-
Updated
Mar 23, 2022 - JavaScript
-
Updated
Mar 10, 2022 - HTML
-
Updated
Jan 17, 2022 - C#
Improve this page
Add a description, image, and links to the blazor-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the blazor-client 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