daniel-nagy / md-data-table

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

Check box selection #551

Closed developer707 closed 7 years ago

developer707 commented 7 years ago

Good morning,

I have seen a lot of questions about removing the checkbox selection but most of the answers had another solution. I am trying to still be able to select a row( having it highlighted) without having the checkboxes there. My current solution is to hide them but they are only invisible and still taking up space. Is there a way to completely remove them from the table while still being able to select one row at a time?

developer707 commented 7 years ago

I solved this by using "display: none", instead of "visibility: hidden"