Sorting Table including rows having display property set to none
Hi all,
I am new to Jquery and some how managed to use Tablesorter to enable sorting table in my html page. The problem now im facing is that i want to display only top n results based on the metrics and need to hide the other rows of the table. But when i sort the sorter takes only the rows that are visible (I use style=display:none to hide rows greater than n). I want the sorter function to consider all the rows for sorting