Drag/drop between two datatables

2019-07-17 09:34发布

问题:

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?

回答1:

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