Friends,
How to "sort" column/rows by clicking on "header text" on every page using c#, Jquery, asp dot net 2010.
What I have tried:
I was trying this code
www.jquerycookbook.com/demos/S3-TablesTabsPanels/25-TableSortPaginate.html
You can see that when you click on "Ranking" header to sort - it results in 9 8 7 6 instead of 3 2 2 1
Please help to sort the individual column even if we click on "next" page or "Previous" page.
What modification should I do or is there any sample code available?
The original code I picked up is from here.
https://www.dotnetcurry.com/jquery/1157/jquery-sort-pagination-table-data
Kindly help,
Thanks
Ravi