[jQuery] Re: table paging and sorting together

2007-04-10 Thread Paul Malan
Matt this looks promising. I hope you'll let the list know when it's been adapted to a jQuery plugin! (And in my experience, sick kids don't mix well with ANYTHING!) On Apr 9, 10:47 am, Matt Kruse [EMAIL PROTECTED] wrote: I am trying to finish up my tablesorting/paging/filtering plugin

[jQuery] Re: table paging and sorting together

2007-04-10 Thread Paul Malan
Jonathan, thanks for taking time to reply with an excerpt from the book. I have to assume that for potentially large recordsets my best bet is to hand off to the server for sorting/paging rather than storing thousands of rows browser-side. Would you agree? On Apr 9, 2:50 pm, Jonathan Chaffer

[jQuery] Re: table paging and sorting together

2007-04-10 Thread Jonathan Chaffer
On Apr 10, 2007, at 16:05 , Paul Malan wrote: Jonathan, thanks for taking time to reply with an excerpt from the book. I have to assume that for potentially large recordsets my best bet is to hand off to the server for sorting/paging rather than storing thousands of rows browser-side. Would

[jQuery] Re: table paging and sorting together

2007-04-09 Thread Matt Kruse
I am trying to finish up my table sorting/paging/filtering plugin here: http://www.JavascriptToolbox.com/lib/table/ (been trying to finish it up for a while... sick kids don't mix well with javascript development free time...) It works fine with sorting, filtering, and paging all on the same

[jQuery] Re: table paging and sorting together

2007-04-09 Thread Jonathan Chaffer
On Apr 6, 2007, at 13:53 , Paul wrote: I’m curious how you all handle paged tabular data that also needs to be sortable. I would typically rely on ajax to retrieve next 25 / previous 25 rows, but if the user can sort any column they want they effectively change what “next 25” means every