[jQuery] access to tablesorterPager's internel functions?

[jQuery] access to tablesorterPager's internel functions?


I am using the tablesorter and tablesorterPager plugin, and I would
like the table to go to the first page each time the user performs a
sort on a column. To do this I added a click event to the headers, and
then I wanted to invoke the moveToFirstPage function in the
tablesorterPager plugin, but I'm not sure how to do this.
Is it possible?
Thanks