Skip to content

Commit c110a08

Browse files
committed
Sortable: Added note about sorting tables.
1 parent a96a1b1 commit c110a08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entries/sortable.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<desc>Reorder elements in a list or grid using the mouse.</desc>
55
<longdesc>
66
<p>The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse.</p>
7+
<p><em>Note: In order to sort table rows, the <code>tbody</code> must be made sortable, not the <code>table</code>.</em></p>
78
</longdesc>
89
<added>1.0</added>
910
<options>

0 commit comments

Comments
 (0)