-
Updated
Dec 13, 2020 - C#
{{ message }}
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,
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
Explore and learn Syncfusion Blazor components using large collection of demos, example applications and tutorial samples
Bootstrap components implemented as Razor components for Blazor applications.
Another blazor component library: Grid, Select, Wizard etc.
ASP.NET Core Blazor Server Side Sample,Session,Navigation,Modal Dialog,Controls,Components,File Upload
blazor components based on IBM's Carbon Design System
A Component for dynamically loading stylesheets / javascript / metatags / etc. - similar to sections in ASP.Net Mvc Core
XTermJS wrapper for Blazor
Building a PhotoSharing Application with Blazor Web Assembly, Web API, gRPC and Identity Server
Blazor UI Components Library by jQWidgets. Enterprise-ready User Interface for Blazor
Blazor admin template based on Tabler UI
Components collection and extensions for Blazor applications.
Plugins integration project for Blazorized AdminLte, contains external blazorized components such as BlazorTable for AdminLte
Blazor field and form components for easy dynamic form creation, encapsulates several input types including lookup, typeahead, date picker, rich text edit and more. Wraps to famous widely adopted vanilla JavaScript libraries.
This web app shows you the best tweets in your home timeline.
LuanNiaoComponent sourcecode/源码库 A Blazor Component Library based on Ant V4 style 鸾鸟Blazor组件库--基于ANTDV4 风格
Blazor components contribution
Blazor server side with ASP.Net Core 3.1 as a messaging application
Blazor components for Tabler
A quick start Blazor Server App that helps you to create a master details view using the Blazor DataGrid component of Syncfusion.
A quick start blazor server app that allows you to configure the Blazor DateRange Picker component from Syncfusion with its available options. This project contains simple code customizations, as well as some important features such as setting specific date range values, formats, and designing a month range picker.
A Blazor Server App that helps you to learn how easily you can create and configure Syncfusion Blazor ListBox.
A Blazor Server App that helps you to learn how easily you can create and configure Syncfusion Blazor AutoComplete.
A Blazor Server App that helps you to learn how easily you can create and configure the Syncfusion Blazor Circular Gauge.
A Blazor Server App that helps you to learn how easily you can create and configure the Syncfusion Blazor ComboBox.
Add a description, image, and links to the blazor-components topic page so that developers can more easily learn about it.
To associate your repository with the blazor-components topic, visit your repo's landing page and select "manage topics."
If a component has a child content parameter that is a
RenderFragment<TValue>, then the parameter builder's AddChildContent method should throw an exception with an error message telling the user to use.Add(p => p.ChildContent, ...)instead.For example, the following should throw an helpful exception: