Jquery Tablesorter - sort by column having <input> elements
问题 I have a table like this: | Update | Name | Code | modification date | | | name1 | code1 | 2009-12-09 | | | name2 | otehercode | 2007-09-30 | Where the Update column contains checkboxes <input type='checkbox' /> . The checkbox initial state is determined before rendering the table, but after the rows are fetched from database (it's based on set of conditions, on the server-side). The checkbox can be checked by default, unchecked by default or disabled ( disabled='disabled' as input attribute)