ng-matero / extensions

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

"mtx-grid rowSelectable=true", does not automatically fill the cell. #221

Closed nuxwork closed 5 months ago

nuxwork commented 11 months ago
<mtx-grid
[rowSelectable]="true"
</mtx-grid>
Screen Shot 2023-05-30 at 11 33 01 AM
<mtx-grid
[rowSelectable]="false"
</mtx-grid>
Screen Shot 2023-05-30 at 9 52 09 AM
nzbin commented 11 months ago

Can you give me an online example?