ng-matero / extensions

Angular Material Extensions Library.
https://ng-matero.github.io/extensions/
MIT License
388 stars 48 forks source link

Mtx-Grid allow row to selected if press only on checkbox #249

Closed hanogin closed 7 months ago

hanogin commented 7 months ago

Right now if i add rowSelect option the row selected if i press anywhere at the row, what if i only whant to copy paste some text in the row, or press other button - the row immediately got selected.

It would be nice if we can select the row only by click on the check box, exactly likt the solution suggest in this link https://stackoverflow.com/questions/58424894/angular-material-how-to-select-table-row-by-clicking-only-the-checkbox

nzbin commented 7 months ago
<mtx-grid [disableRowClickSelection]="true"></mtx-grid>