I was wondering how can I select/unselect a row by clicking a row in a datatable in Vuetify. It would be even better if I could select a range by using shift+click or shift+arr
Do this and it will work fine.
Note two things the v-model and show-select Next in the data section of your script add the selected array
data(){ return { selected:[{user_id: "FOR_INSTANCE"}] } }