The Wayback Machine - https://web.archive.org/web/20210727151925/https://github.com/topics/blazor-server
Skip to content
#

blazor-server

Here are 396 public repositories matching this topic...

senkadir
senkadir commented Mar 12, 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
![image](https://user-images.githubusercontent.com/10263337/110940096-a7b40e80-8336-11eb-9

MudBlazor
henon
henon commented Nov 26, 2020

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,

Blog

🤣本项目有不同开发版本,最新版底层基于 abp vNext 搭建和免费开源跨平台框架 .NET5 进行开发,使用 MongoDB 存储数据,Redis 缓存数据。项目采用前后端分离的模式进行开发,API 遵循 RESTful 接口规范,页面使用 Blazor 进行开发,可作为 .NET Core 入门项目进行学习。If you liked `Blog` project or if it helped you, please give a star ⭐️ for this repository. 👍👍👍
  • Updated May 19, 2021
  • C#

Improve this page

Add a description, image, and links to the blazor-server topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more