Hi,

using tablesorter 2.0.3, when you click on the header of a column that has
been disabled with the "headers" options the "sortStart" event is triggered
but not the "sortEnd". If you show a message on "sortStart" and hide it in
"sortEnd", the message is not hidden.
Is it normal behaviour (as no sorting append)? should "sortEnd" be
triggered? should "sortStart" not be triggered in this case?

For the moment I added the following lines after line 581 :
} else {
   // trigger sortend
   $this.trigger("sortEnd");

Regards,
Simon

Reply via email to