Selection

To allow actions on multiple items at once, we provide the ability for the user to select rows in the datagrid. To make rows selectable in your datagrid, you need to do the following:

In the following example, we simply display the names of the selected users, but since we have access to the full objects, we could perform any operation we want on them.

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

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