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.
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.