Hello, I use tablesorter plugin version: 2.0.3.
I would like to sort my table which contain rowspan and colspan in thead but it doesn't work... <table class=tablesorter> <thead> <tr> <th rowspan=2>Name</th> <th colspan=3>Email</th> </tr> <tr> <th>Age</th> <th>Price</th> <th>Email</th> </tr> </thead> <tbody> <tr> <td>Peter</td> <td>28</td> <td>$9.99</td> <td>peter.par...@gmail.com</td> </tr> <tr> <td>zohn</td> <td>32</td> <td>$19.99</td> <td>john....@gmail.com</td> </tr> </tbody> </table> Have you got a solution please ? Thank Adeline MARIE -- View this message in context: http://old.nabble.com/tablesorter-and-rowspan---colspan-tp27174864s27240p27174864.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.