skip to content
Alvin Lucillo

Resolve incorrect q-table rows multiple selection

/ 1 min read

💻 Tech

In Quasar, if you use q-table with enabled multiple selection and all rows are beings selected when you only selected/ticked one row, it’s because you haven’t set a row-key to identify the unique identifier of each row. The issue can also happen if the provided row-key doesn’t provide unique values.