Javascript/AJAX Paging - What do you Use?
It's been a while since I've revisited javascript paging controls. Ideally I'm looking for a single, simple, easily skinnable table control (I don't need an editable data grid, although that might be cool as a separate thing). It need to support ordering by fields (ideally supporting int and date datatypes as well as string to order numbers and dates correctly, but I'll take what I can get). It should be capable of downloading a full data set and paging/ordering locally, but should also have an option to use ajax requests for the paging/ordering for larger data sets. I generally use jQuery stuff wherever I can.
What is everyone using? What are the strengths/weaknesses/recommendations?
Any input appreciated!



Note that jQuery UI will be including many new UI components which one of them will be a DataGrid, or similar just don't know when it'll be coming out. Enjoy!
Our COOP library has a jQuery based Grid component based on the jQGrid. It is pretty nice, and if you are interested, I could send it off to you. It should be ready for use, just have to finish with a few more unit tests.
Here is a set of examples from the publisher:
http://trirand.com/jqgrid/jqgrid.html
and here is a link to the documentation that has an example of how to use our COOP plugin for the grid:
http://www.secondpersonplural.ca/jqgriddocs/index....
Hope this helps
As mentioned above, look at the jQuery plugins and even the jQuery UI stuff. There's a lot of interesting work going on if you decide to stick with jQuery.
http://tablesorter.com/docs/example-pager.html