Drag And Drop Sort Summary
The jQuery Drag And Drop Sort project is a plugin that adds drag and drop sorting to any group of elements.
This means you can apply drag and drop sorting to a table or a list or practically any group of elements, such as some paragraphs inside a division.
Sortable table cells
Name | Value | ||
---|---|---|---|
One | Two | Three | Four |
A | B | C | D |
Options
- classmodifier
- Used to apply class names to the elements created by the plugin. You only need to specify a class modifier if you have a name-clash.
- appendlastline
- Specifies whether the plugin should add an additional line to allow items to be dragged to the very end of the list. Defaults to "true", but can be set to "false" if desired.