TableSorter
This does everything on the Client (i.e. data is downloaded and then Paging, Sorting, Filtering (Search) is done on the data).(I modified the jquery.tablesorter.filter.js file because there was a bug - search was being conducted on a row after combining all its column values without a space in between; this results in extra rows being displayed in the Search)
TableSorter with Paging & Search
Flexigrid
This does everything on the Server (i.e. paging, sorting, searching)Unzip the file, open as Website in Visual Studio, right-click on "HTMLPage_UsingJquery1.7.htm" or "HTMLPage.htm" , and select View in Browser
Flexigrid.zip
BUGS -
1) If on Page 2,3,.. (>1), and then Search string is modified, page number does not go to 1 automatically. This is a problem if Search results do not exceed 1 page. (I could not rectify this by passing 'page':1 to flexOptions like I did for Search parameters.)
2) Displaying 10 of 23 results - this message at the bottom-right does not update properly with Search & Paging updates