Hi, first thanks for this wonderful plugin. I've got a problem about sorting when I set my own selectorHeaders. Can't find any other issues related to this.
Here is my code for initialization,
count_header_index = $("#summary_count_header").index() $(".tablesorter").tablesorter({sortList: [[ count_header_index, 1 ]], selectorHeaders: "> thead th span, > thead td span"})