How to drag multi selected rows in NatTable correctly?
In the NatTable,I use ctrl+click to choose multi rows.Then the mouse up.Then I want to drag them,but the drag need to press and move.If I don’t press ctrl,the row I press is the only row I can drag.If I press ctrl and drag,the result is loose the row which I press last.
For example,there are four rows,A,B,C and D.I selected A B C,then I drag from A to D with ctrl,only B C move,and A is not selected because of the click when drag.
I am searching for a long time on net. But no use. Please help or try to give some ideas how to achieve this.