Column getting sorted in opposite direction after reset
Hi,
I am using jquery tablesorter plugin.
My issue is that after calling "table.trigger("sortReset"), the column click is causing it to sort in opposite direction. For eg. I have clicked a column and it got sorted in Asc order. Then I reset the table and again click on the same column and it gets sorted in Desc order. My intial sortorder is "Asc" only. How to make it sort in Asc order only after reset?
Thanks & Regards,
Pradeep