Hola a todos haber si hay alguien que me pudiese ayudar tengo el plugin tablesorter y essta funcionando lo que pasa es que me duplica las filas tengo una tabla estructurada de la forma como me indica
<table id='unid'> <thead><tr> <th>uno</th><th>dos</th><th>tres</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>2</td> <td>3</td> </tr> <tr> <td>1</td> <td>2</td> <td>3</td> </tr><tbody> </table> lo inicializo asi $(document).ready(function() { $("#report").tablesorter({sortList:[[1,0]]}); } ); pero me dublñica las filas cunado le doy a ordenar por cualquier cabecera plis ayuda