Home > Mobile >  adding an indeterminate checkbox in angular2 with select all/unselect all functionality
adding an indeterminate checkbox in angular2 with select all/unselect all functionality

Time:06-19

How do I put the select crop in a mat-table with the selection? Angular Material Table with selection

Here's the stackbiltz

When I tried doing it the master toggle wasn't working properly, also once the checkbox was unchecked, when I tried to check it, the mat-card that was hidden stays hidden doesn't appear again!

CodePudding user response:

i made some changes in stackbitz

@manvigupta let me know if there is some missing from my side.

  • Related