jquery.tablesorter sortStart called even when sorting is disabled

jquery.tablesorter sortStart called even when sorting is disabled

Hi,

I am using the jquery.metadata plugin to disable sorting on certain columns by specifying the class "{sorter : false }" as suggested. That works fine BUT I also have bound a sortStart method and that gets called even on disabled headers. I "fixed" this by simply putting a check to see if the sorting is disabled on a particular header and if so, exiting the function -- but it might be worth not calling the method or not binding the header in the first place on headers where sorting is disabled. Thoughts?

Anthony