jQuery Table Drag’n Drop Plugin
4
Jul
jQuery Table Drag and Drop plugin simply adds drag’n drop functionality to tables.
Table drag’n dropping can’t be handled by standard drag’n dropping utilities as you need to move the whole row, not just the cell that receives the mouse events and re-parenting the row also requires specific code.
This drag and drop plugin:
- Allows the user to reorder rows within a table.
- Individual rows can be marked as non-draggable and/or non-droppable.
- Rows can have as many cells as necessary and the cells can contain form elements.
Standard usage is very simple:
$("#table-1").tableDnD();
After every drag’n drop event the new ordering values of the columns are returned as an array which you can send it as an Ajax query for updating the database.
Requirements: jQuery 1.2+
Compatibility: All Major Browsers
Website: http://www.isocra.com/2008/02/table-drag-and-drop-jq...
Compatibility: All Major Browsers
Website: http://www.isocra.com/2008/02/table-drag-and-drop-jq...
- Tags:
Javascript jQuery
- Filed under: Browsing, Goodies, Other License
Related Posts
Popular Posts
- Free Vector World Maps Collection
- 64 Beautiful And Free Nature Brush Sets And Vectors - Giant Design Pack
- Photoshop Heart Brushes Collection
- Free Admin Template For Web Applications
- Photoshop Flower Brushes - 28 Flowers
- Oriental Photoshop Brushes And Vector Images For Mysterious Designs
- Test (Sample) Data Generators
- 27 Adobe AIR Applications - Handy For Web Designers
- Sliding Top Menu With jQuery
- 55 Free Human Brush Sets And Vector Images - Giant Design Pack
















2 Responses for "jQuery Table Drag’n Drop Plugin"
Thanks for telling us about the plugiin… It’s going to be very useful for me.
~Cool plug-in. Nice one!
Valid XHTML | Valid CSS