table connected sortable clone tr
Hi
I have two tables connected and sortable.
1) source table
2) target table
Question is it possible to not only move a table row from table 1 to table 2 (so basically remove it from table 1 and add the row to table 2), but to only move a copy/clone of this row (so have the row in both tables after moving)? So the source table doesn't change but in the target table I can have multiple instances of the same row.
Best Kermit