-
Updated
Mar 11, 2021 - C#
blazor-server
Here are 320 public repositories matching this topic...
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
Feb 9, 2021 - 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,
-
Updated
Feb 11, 2021 - C#
-
Updated
Feb 16, 2021 - C#
-
Updated
Feb 12, 2021 - C#
-
Updated
Mar 11, 2021 - HTML
-
Updated
Jan 20, 2021 - C#
-
Updated
Feb 18, 2021 - C#
-
Updated
Jul 26, 2020 - C#
-
Updated
Dec 5, 2020 - C#
-
Updated
Feb 18, 2020 - HTML
-
Updated
Mar 8, 2021 - C#
-
Updated
Jan 18, 2021 - C#
-
Updated
Mar 9, 2020 - HTML
-
Updated
Sep 13, 2019 - HTML
-
Updated
Apr 23, 2020 - C#
-
Updated
Jan 28, 2021 - CSS
-
Updated
Oct 17, 2019 - C#
-
Updated
Nov 1, 2020 - C#
-
Updated
Mar 9, 2021 - C#
-
Updated
Feb 16, 2021 - C#
-
Updated
Oct 17, 2019 - C#
-
Updated
Mar 12, 2021 - C#
-
Updated
Jun 27, 2020 - C#
-
Updated
Jul 22, 2020 - C#
-
Updated
Mar 10, 2021 - HTML
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."
Referring to how the other components do it but MatSlider is ValueMax / ValueMin / Step & MatNumeric is Maximum, Minimum and Step.
I would like to see it consistent across the components or since we only have 2 instances of "Max/Min/Step" that I found we can refer to material.io for the tie breaker?
**Material-UI uses step, min, max for their Slider - Which I think is best and suggest