I am using datatables in my ruby on rails project. The data is being populated through ajax. I want to drag/drop rows between tables. Is there any plugin/hack to do it?
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- jQuery add and remove delay
- Include empty value fields in jQuery .serialize()
- Disable Browser onUnload on certain links?
- how to get selected text from iframe with javascri
you mentionned jquery yourself in tags. So use it !
http://jqueryui.com/demos/droppable/#shopping-cart
on the callback event you can update the other table