daniel-nagy / md-data-table

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

md-select not clickable in the whole cell #572

Open ameliemelo1 opened 7 years ago

ameliemelo1 commented 7 years ago

Hi! I searched for this specific situation and can not seem to find someone who wanted the same behavior than me.

I got a cell that include a md-select and following the regular behavior, the cell is now fully clickable to open that select. But what if I do not want this to happen, I want that input to work like normal md-select and do not affect the table cell, is this possible?

Thank you.