How do you use jQuery's .draggable to drag a table cell?

夙愿已清 提交于 2019-12-02 07:24:48

You can try out with this plugin http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/

and with table cells is this is what you need http://www.jeasyui.com/tutorial/dd/dnd3.php

You could put a div in the cell and drag that.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!