How large are the datasets?

/christian

Dylan Verheul wrote:
> I have to work with VERY large datasets on Waarneming.nl. I actually
> wrote something like this in Prototype, but it worked with Ajax to
> fetch data. It would be great if you could make tthat work, because
> the plugin looks mighty sweet.
> 
> I can imagine that sorting AND ajax would give you some headaches.
> 
> On 8/8/06, stylo~ <[EMAIL PROTECTED]> 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!
>>
>> --
>> View this message in context: 
>> http://www.nabble.com/TablePager%3A-A-small-demo-of-thing-to-come.-tf2065217.html#a5700864
>> Sent from the JQuery forum at Nabble.com.
>>
>>
>> _______________________________________________
>> jQuery mailing list
>> [email protected]
>> http://jquery.com/discuss/
>>
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
> 


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

Reply via email to