How can I make an HTML table sortable with javascript without loading data via AJAX?
The jquery plugin tablesorter works very nicely.
Updated link (note this is not https://github.com/SortableJS/Sortable): Try sortable.
Tablesorter is a jQuery plugin which works similar to sortable.js, turning a normal HTML table into a sortable one.