Sorted Table

December 18th, 2007 Arsen Posted in Ajax Applications |

SortedTable allows you to sort rows in a table by clicking the columns.
demo-sortedtable.jpg

    To start using SortedTable all you need is:

  1. have a valid XHTML document,
  2. have a valid table* in this document
  3. download the following javascripts to a folder on your server: Event.js and SortedTable.js
  4. add a class=”sorted” to the table
  5. include the javascripts in the html ( and )
  6. add the following code to the html
  7. if you’re using XML Data Islands add class regroup (you should have class=”sorted regroup”)

Web Site

Leave a Reply