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!


