daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 520 forks source link

Hide Checkboxes when ngDisable #611

Open spawn81 opened 7 years ago

spawn81 commented 7 years ago

Hi, first of all, I would like to thank Daniel for his efforts put in this project. The situation is that: I have multiple rows selection on, but sometimes in the same table, I need certain rows to be impossible to select, so I use ngDisable in the ng-repeat. Everything is Ok, but I would like to hide the checkbox for those rows. Is it possible? Thank you all

dankoster commented 4 years ago

Any progress on this one? I also need this feature.