-
Updated
Jun 25, 2021 - C#
blazor
Here are 1,660 public repositories matching this topic...
-
Updated
Jun 18, 2021
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
.
I don't know enough to implement enough, but here's an article I found.
https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/c
Add a MudPagination
Using the table component is exceptionally good but the pagination is client side.
What would be nice is that we could use a table model to have pagination via server
It could be the exposing of a Total Records , Items per page properties and an event on the pagination buttons so we can "refill" the table.
I happen to be like you.
I wrote a Pagination component with 4 button,
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
Jun 24, 2021 - C#
-
Updated
Jun 24, 2021 - C#
It would be great if there were a BSComboBox (a cross between a Text input and a dropdown, with text autocomplete).
-
Updated
Apr 27, 2021 - F#
-
Updated
Dec 1, 2020 - C#
-
Updated
Jun 25, 2021 - JavaScript
Add support for the following combinations:
cut.FindAll(...).MarkupMatches(...);
cut.Find(...).MarkupMatches(cut.FindComponents<X>());
-
Updated
Jun 3, 2021 - C#
-
Updated
Jun 18, 2021 - 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
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
-
Updated
Jun 19, 2021 - C#
-
Updated
May 12, 2021 - C#
-
Updated
Jun 22, 2021 - C#
-
Updated
May 12, 2021 - CSS
RTL Direction
Thank you very much for the excellent tools.
Is thw textbox support RTL direction, if not could you please add it.
Again thank you very much.
-
Updated
Apr 22, 2021 - C#
-
Updated
Jun 18, 2021 - C#
Improve this page
Add a description, image, and links to the blazor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the blazor topic, visit your repo's landing page and select "manage topics."
Describe the bug
The 'Upload' component will treat the 201 (created) HTTP status code as a failure result
Page Code:
C# Code:
When the HTTP status code returns **201 (cre