sort_table_plugin
Jquery plugin for sorting table
Using:
$('idOfTable').sortTable();
Destroy plugin:
$('idOfTable').sortTable('destroy');
SortTable is a dead simple jQuery plugin which enables the user to sequentially sort numbers and letters in your existing HTML table.
table-sortJquery plugin for sorting table
$('idOfTable').sortTable();
$('idOfTable').sortTable('destroy');