<table id="myTable"> <thead> <tr> <th>Text</th> <th>Checkboxes</th> </tr> </thead> <tbody> <tr> <td>A</td> <td><input type="checkbox"></td> </tr> <tr> <td>B</td> <td><input type="checkbox" checked="checked"></td> </tr> <tr> <td>C</td> <td><input type="checkbox"></td> </tr> <tr> <td>D</td> <td><input type="checkbox" checked="checked"></td> </tr> </tbody> </table>
So when you hit sort on the checkbox column the first time, row B and D goes to the top. Now try to remove the check from row D and instead check row C. When you try to sort the column again row C and D should stay together at the top or bottom, but they don't. MorningZ wrote: > > > Can you post a sample of the table HTML? > > (using lodgeit if necessary) http://paste.pocoo.org/ > > -- View this message in context: http://www.nabble.com/Tablesorter-2.0.3---Sorting-af-column-of-checkboxes-%28resorting%29-tp19308787s27240p19321291.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.