Depending on the use case, you might want to allow selection when clicking anywhere in the grid row.
Note that this is not recommeded when the rows are containing clickable cells. If your cells contain input, buttons, etc. this option is not recommended
[(clrDgRowSelection)]
and set it to true
.
In the following examples, we simply display the names of the selected users
Selected user: No user selected. {{singleSelected.name}}
Selected users: No user selected. {{user.name}}