Stuart Langridge created an excellent Javascript library for performing client-side sortable tables, by directly sorting the DOM. His solution is requires no serverside code, and getting it to work is an absolute dream.
This technique seems to have problems in Safari (2.0), where it only sorts by the first column, regardless of which you click on.
For similar functionality that works in Safari try \MochiKit />http://mochikit.com/examples/sortable_tables/index.html
[undo spam posts]
I’ve read that this is incompatible with protptype.js (http://griddlenoise.blogspot.com/2005/09/prototypejs-and-mochikit.html)
Stuart Langridge created an excellent Javascript library for performing client-side sortable tables, by directly sorting the DOM. His solution is requires no serverside code, and getting it to work is an absolute dream.
This technique seems to have problems in Safari (2.0), where it only sorts by the first column, regardless of which you click on.
For similar functionality that works in Safari try \MochiKit />http://mochikit.com/examples/sortable_tables/index.html
[undo spam posts]
I’ve read that this is incompatible with protptype.js (http://griddlenoise.blogspot.com/2005/09/prototypejs-and-mochikit.html)