A javascript for sorting and filtering tables
I found a six year old javascript that does sorting and filtering of HTML tables rather nicely. Works well in intial tests in Firefox and Chrome on Ubuntu.
Click on column headers to sort by the column. Sorting is done within the two tbody sections, not across them, and the header and footer are not changed. The table is auto-striped and auto-sorted on the first column on page load
Read more: Link - Table Sorting, Filtering, Etc from JavascriptToolbox.com