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
You can also the Vuetify Data Table select function to toggle the selected rows. This is easier than having custom methods to handle the selection logic.