Simple Sortable Tables
This table is composed of a simple HTML table. it can be written to the page or loaded via Ajax. Once loaded, it can be sorted, ascending or decending without any further calls to the server (i.e., no database sorting required).
Sort the table by any column by clicking on that column header.
| Words |
Integers |
Decimals |
| One |
1 |
.05 |
| Two |
2 |
1.02 |
| Three |
3 |
1.3 |
| Four |
4 |
2.004 |
| Five |
5 |
2.55 |
| Six |
6 |
6.6 |
| Seven |
7 |
.0007 |
| Eight |
8 |
8.0008 |
| Nine |
9 |
99.0 |
| Ten |
10 |
10.101010 |