Selection (Row mode)

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

In the following examples, we simply display the names of the selected users

Selected user: No user selected. {{singleSelected.name}}

Single selection

User ID Name Creation date Favorite color {{user.id}} {{user.name}} {{user.creation | date}} {{users.length}} users

Multi selection

Selected users: No user selected. {{user.name}}

User ID Name Creation date Favorite color {{user.id}} {{user.name}} {{user.creation | date}} {{users.length}} users