19-10-2012, 12:37 PM
Une petite ressource sympa pour permettre à vos users de trier leurs tableaux :
http://joequery.github.com/Stupid-Table-Plugin/
Très facile à mettre en place :
Je l'ai testé sur un projet hier, et ça marche vraiment nickel.
http://joequery.github.com/Stupid-Table-Plugin/
Très facile à mettre en place :
Code :
<table>
<thead>
<tr>
<th class="type-int">int</th>
<th class="type-float">float</th>
<th class="type-string">string</th>
</tr>
</thead>
<tbody>
...
... (rest of the table)
<script>
$("table").stupidtable();
</script>
Je l'ai testé sur un projet hier, et ça marche vraiment nickel.
Blog développement web et jeux web
Lead Dev @ Monkees - Symfony2 & Mobile apps
Lead Dev @ Monkees - Symfony2 & Mobile apps