I have a standard Table UI element with multi selection property set to "none".Selection of rows is handled by a checkbox column.
The client requirement is to be able to select multiple rows using shift key.(for ex, user checks 1st row,presses shift key and then checks 10th row,all 10 items have to be selected).How can we achieve this??