Skip to content
#

razor-components

Here are 53 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

bUnit
egil
egil commented Nov 24, 2020

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:

var cut = RenderComponent<Virtualize<string>>(ps => ps
	.Add(p => p.Items, Te

Improve this page

Add a description, image, and links to the razor-components 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 razor-components topic, visit your repo's landing page and select "manage topics."

Learn more