Still struggling with the table sort - I downloaded the latest
HtmlTable.Sort.js from github - this took care of the error message:
this.get("text").format is not a function
[Break on this error] });this.sortSpans.empty
();this.sortEnabl...e.parse(this.get("text").format("db"));\nHowever, upon loading the page, the sort classes that get applied to the table header are applied twice - firebug shows me this: "<th class="txtR asc desc">" clicking on the date column does some stuff to the table but the date column is not doing anything? Hope somebody has an idea how to fix this as my client awaits his new page.
