I'm wondering if there is a good library or script out there that trivializes drag and drop functionality for table rows in Javascript? Really the only requirement I have is that rows must be draggable within the table itself, but also to other tables on the page. I'm not too familiar with JQuery or Javascript itself, so I'd like to try and find a self contained library or script that makes the drag and drop portion pretty simple so I don't have to write the code myself. I understand JQuery is a nice Javascript library, does it have this kind of functionality?
+2
A:
How's this for ya?
http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
Paul
2009-10-20 16:27:28
I saw that one but unfortunately it doesn't support dragging and dropping from one table to another, which is one of my requirements.
2009-10-20 16:38:42
A:
Most well known javascript libraries available today have a drag & drop functionality.
You could give a try to:
- Jquery
- Prototype + Scriptaculous: http://wiki.github.com/madrobby/scriptaculous/draggable
Schaoulli
2009-10-20 16:32:45