blazor-client
Here are 123 public repositories matching this topic...
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
Dec 10, 2020 - C#
-
Updated
Dec 6, 2020 - C#
Currently we have a lot of public component props and methods but many of them should be private. We should revisit all components and make the necessary changes.
Here is an example from ErrorList component:
https://github.com/BlazorRepl/BlazorRepl/blob/5c7f061eb9cc75ac1121d70ba9f4828e9eb465c1/Client/Components/ErrorList.razor.cs#L22-L32
All of these properties and methods can be `privat
-
Updated
Nov 17, 2020 - HTML
-
Updated
Jan 26, 2020 - C#
-
Updated
Nov 16, 2020 - C#
-
Updated
Jul 8, 2020 - C#
-
Updated
Jul 26, 2020 - C#
-
Updated
Feb 18, 2020 - JavaScript
-
Updated
Feb 18, 2020 - HTML
-
Updated
Oct 29, 2020 - C#
-
Updated
Mar 9, 2020 - HTML
-
Updated
Nov 23, 2020 - C#
-
Updated
Sep 13, 2019 - HTML
-
Updated
Dec 13, 2020 - C#
-
Updated
Dec 11, 2020 - CSS
-
Updated
Feb 18, 2020 - HTML
-
Updated
Nov 14, 2019 - C#
-
Updated
Jul 22, 2020 - C#
-
Updated
Sep 29, 2019 - C#
-
Updated
Nov 14, 2020 - HTML
-
Updated
Nov 6, 2020 - HTML
-
Updated
Feb 18, 2020 - C#
-
Updated
Jan 30, 2020 - HTML
-
Updated
Nov 1, 2020 - HTML
-
Updated
Aug 20, 2020
-
Updated
Oct 29, 2019 - C#
-
Updated
Nov 3, 2019 - 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."
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