How to drag and drop a column into another
How to drag and drop a column into another
Hi guys, first of all it is my first post here so go easy please
I could do drag and drop a row from 1 table to another, but my case now is just drag and drop a column into another column
this is my question in stack-overflow I started a bounty there if someone is interested:
http://stackoverflow.com/questions/42496330/how-to-drag-and-drop-a-column-into-another
I am trying to drag and drop a column from one table to another.
EDIT: so basically what I want to do is:
be able to drag and drop the names from table 2 into column called name in the table above
after drag and drop the name the same should disappear from the table 2.
case 2: if I add a new row using the button Add new Row
I need be able to drag a drop the names from table 2 into that column name too.
so basically I want to do a drag and drop just in the column not in the row.
I don't want create a new row just move the names from 1 table to another.
sample working here: http://plnkr.co/edit/HNg5Lz3RReww6LXPhCnu?p=preview
thank you.