JeuWeb - Crée ton jeu par navigateur
[jQuery] Trier un tableau - Version imprimable

+- JeuWeb - Crée ton jeu par navigateur (https://jeuweb.org)
+-- Forum : Discussions, Aide, Ressources... (https://jeuweb.org/forumdisplay.php?fid=38)
+--- Forum : Programmation, infrastructure (https://jeuweb.org/forumdisplay.php?fid=51)
+--- Sujet : [jQuery] Trier un tableau (/showthread.php?tid=6449)



[jQuery] Trier un tableau - SorenS - 19-10-2012

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 :

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.


RE: [jQuery] Trier un tableau - djidi - 19-10-2012

Dans le même style il y a ce plugin : http://tablesorter.com/docs/