Stuart Langridge has a great tutorial that shows you how to Make all your tables sortable. The technique uses the DOM and JavaScript to interactively sort table data by clicking on the table headers. Langridge Reminds us that even though most web designers are moving away from the use of tables in a shock should lay out they do have legitimate uses sometimes. When you think about it they are ideal for presenting tabular data.
As with any table the ability to sort the data in any column or row is absolutely critical and if you check out this tutorial you’ll know exactly how you can accomplish this.


{ 1 comment… read it below or add one }
Are there any free sortable table scripts that allow for xml data feeds?