Table row checkbox multi select
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

After click button

@senkadir This seems like a good first issue for you to contribute. Take a look at MatTable.razor. You should be able to add some a button in the
@fatihadymn
@besinci
@senkadir This seems like a good first issue for you to contribute. Take a look at MatTable.razor. You should be able to add some a button in the ... to do it. Once you get it working on your own then review the MatBlazor code and implement a new Compenent to use in. Something like or something like that seems fairly straight forward.
@enkodellc Implementing Select All funcationallity could be so easy to access some parameters which already exists on object.

Selected properties in the image would be accessible (Read only properties maybe) it could be so easy to implement Select All functionality.
Can we improve it?