There are all kinds of JQuery widgets that offer some nice features like sorting by a columns (like http://tablesorter.com/docs/ or http://www.datatables.net/)
I haven't found one that integrates with server side sorting though. I have the following requirements:
- sort by clicked column (server side sort)
- filter by a text field over each column
- selectable which columns to display
any suggestions on a widget that has some or all of these criteria?
thanks