Table row drag and drop 0.4
April 21, 2008 - 1:51pm — DenisH
First released: April 21, 2008 - 1:51pm
- Fixed the scrollAmount so that if you set this to zero then it switches off this functionality
- Fixed the auto-scrolling in IE6 thanks to Phil
- Changed the NoDrop attribute to the class "nodrop" (so any row with this class won't allow dropping)
- Changed the NoDrag attribute to the class "nodrag" (so any row with this class can't be dragged)
- Added support for multiple TBODYs--though it's still not perfect
- Added onAllowDrop to allow the developer to customise this behaviour
- Added a serialize() method to return the order of the rows in a form suitable for POSTing back to the server
-
See www.isocra.com for details and demos.