smart jQuery based javascript library
by rodenic
Tabella ordinabile
working sample
id |
data |
nome |
importo |
1 |
11/06/2009 |
Mario |
+1500,34 |
5 |
11/06/2004 |
Paolo |
-1200,13 |
2 |
21/05/1997 |
antonio |
+150,00 |
2 |
21/05/1997 |
Antonio |
+150,00 |
9 |
22/12/2001 |
Gregorio |
+15,00 |
javascript
...
html sample
<table class="sort-table">
<thead>
<tr>
<th>id</th>
<th abbr="number">id</th>
<th abbr="date">data</th>
<th abbr="string">nome</th>
<th abbr="money">importo</th>
</tr>
<tbody>
<tr>
...
...
</tr>
</table>