vote up 1 vote down star

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?

flag

3 Answers

vote up 2 vote down

How's this for ya?

http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/

link|flag
I saw that one but unfortunately it doesn't support dragging and dropping from one table to another, which is one of my requirements. – unknown (google) Oct 20 at 16:38
vote up 1 vote down

Sounds like you want jQuery UI and the Sortable Connects demo

link|flag
This looks like it might be what I need. I'll give it a try, thanks! – unknown (google) Oct 20 at 16:40
Wait, i just read this doesn't work with table rows, only lists and divs. – unknown (google) Oct 20 at 16:48
vote up 0 vote down

Most well known javascript libraries available today have a drag & drop functionality.

You could give a try to:

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.