TableDnD is a jQuery plug-in to drag and drop rows in HTML tables.
TableDnD is a jQuery plug-in to drag and drop rows in HTML tables.
The TableDnD plugin allows the user to reorder rows within a table, for example if they represent an ordered list (tasks by priority for example). Individual rows can be marked as non-draggable and/or non-droppable (so other rows can’t be dropped onto them). Rows can have as many cells as necessary and the cells can contain form elements.
Usage : $("#table").tableDnD();
Project homepage -> http://isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
Sourcecode -> https://github.com/isocra/TableDnD