Kal
Posts: 0
Joined: Thu May 22, 2014 11:03 pm

How to make a Twitter style growing list?

I have to display many rows of data (more than 100). I know how to do this with paging, using the tutorial provided. However, I would like to do it with a twitter-style "growing list". Fetch the first N number of items, and if they scroll to the bottom, fetch N more and add to the bottom of the list, etc., until all have been displayed. Is this possible to do?

-Kal.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to make a Twitter style growing list?

Hello!

For example you can save results of every subsequent request adiing them manually with append() function as shown here http://jsfiddle.net/Gajotres/8uac7/

Kal
Posts: 0
Joined: Thu May 22, 2014 11:03 pm

How to make a Twitter style growing list?

Yes, that is certainly part of the answer, but there is much more to it! Anyway, thanks for the attempt.

Return to “Issues”