vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.89k stars 6.97k forks source link

[Feature Request] V3 V-Data-Table shift key multi-select #20055

Open Tomdanizer opened 4 months ago

Tomdanizer commented 4 months ago

Problem to solve

This was a feature in the V2 datatable via #9958 that I can't seem to find in V3.

When using "show-select"s in a VDataTable there is currently no native way of quickly selecting multiple, neighboring items.

e.g. If you want to select the first 15 items in a table, you have to individually click on each checkbox.

Proposed solution

Listen for "Shift"-clicks. Once you have marked an item, as soon as you mark another item (while holding the shift key) all the items in between will get selected as well.

MobinS commented 2 weeks ago

wow, still not added? sadge :(