Drag Drop for Table Columns?
Hello,
I am looking for a script that makes it possible for me to drag and drop <td> Elements within a certain <tbody>. There are several <tbody> tags on the site and the <td> should only be able to be dragdropped within its <tbody>.
I tried
this plugin, but I don't need dragdropping rows, I want it for single cells.
Other than that, I only found sortables(), which didn't work for me, and
this snippet, which also doesn't do what I want.
I just want to be able to sort my <td> elements without them overlapping.
Is there such a script?
Thanks![/url]