Sunday 15 September 2013

Jquery drag and drop plugin between tables -


I am looking for a jquery plugin that makes it possible to drag and drop between two separate tables. I have a search result table and I want to make it possible to draw each table in another table to add it to that table in each table. Anyone have an idea on how to do this?

As others have pointed out, tables are the best solution. However, you can try to use lists instead, then connect them via the YuriSortable.

By doing so, you will be able to easily remove the list listed by your user.

Maybe you are not really after that, but it's certainly worth it :)


No comments:

Post a Comment