Reordering rows as well as drag them to another target

Reordering rows as well as drag them to another target

I have one table where I'm reordering rows, then I have added a second table where I want to drag n drop rows from table one. As for now I can drag rows from table 1 to table 2, but then the rows is moved from table 1.

What I want is a clone, so that all rows still remains in table 1, and only a copy is made to the targeting table 2.

Can I have both? Reordering rows in table 1 and still be able drag a copy to table 2?

I guess the starting position (table 1) won't know if I'm just gonna reorder the row or drag it to table 2.

Maybe I would need a button to change mode from sortable to clone.