Sorted Table
December 18th, 2007 Arsen Posted in Ajax Applications |
SortedTable allows you to sort rows in a table by clicking the columns.

To start using SortedTable all you need is:
- have a valid XHTML document,
- have a valid table* in this document
- download the following javascripts to a folder on your server: Event.js and SortedTable.js
- add a class=”sorted” to the table
- include the javascripts in the html ( and )
- add the following code to the html
- if you’re using XML Data Islands add class regroup (you should have class=”sorted regroup”)
Leave a Reply