stylo~ wrote:
> Performance is great, but I can't figure out what is being sorted.
> 
> The column sorts should only sort the displayed data, not the  hidden data.
> (And otherwise the page indicator is wrong also.)
> 
>>From everything I've seen in paging systems:
> 
> You might consider bringing in a few pages of data, then using ajazz to
> query for extra sets before needed. By having an extra page onhand, the next
> page displays instantly and you are always be one page ahead of the user.
> When he shows the last page, you fetch the next two in advance for him. This
> way you can handle infinite sets easily.
> 
> I love your sorter, by the way. Please consider a real speadsheet look, ala
> webfx tablesorter. Very "professional" looking.
> 
> A lurker waiting for 1.0!

As of the current implementation it sorts the hole table data. So if 
your on lets say page 10 and decide to sort on field email ascending the 
  plugin will sort all data and not just the current page. And the 
result will be that the user is taken back to the first page.

This on the other hand could be an optional parameter! So you could have 
the best of two worlds...

As of Ajax i'm still a bit uncertain, because one key feature of the 
plugin is to work on top of existing html structures.

Best regards
christian



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to