Rate it!
[Edit Description]
This bookmarklet will add the table sorter jquery plugin to the page, including its stylesheet, and it will apply the script to all tables on the page. Once it's loaded, you can click on any of the table column headers to sort the rows by column values.
Source (www.latentmotion.com)
[Edit Javascript]
Show Source Code
javascript%3A%28function%28%29%7Bvar%2520head%3Ddocument.getElementsByTagName%28%27head%27%29%5B0%5D%2Cscript%3Ddocument.createElement%28%27script%27%29%3Bscript.type%3D%27text/javascript%27%3Bscript.src%3D%27http%3A//www.latentmotion.com/downloads/tablesorter-bookmarklet-v1.js%3F%27%2520+%2520Math.floor%28Math.random%28%29*99999%29%3Bhead.appendChild%28script%29%3B%7D%29%28%29%3B%2520void%25200
table sort order
The JS is no longer at http://tablesorter.com/jquery.tablesorter.js, it is instead at http://autobahn.tablesorter.com/jquery.tablesorter.js