Incremental pagination?

Incremental pagination?

the6stepthe6step Posts: 12Questions: 0Answers: 0
edited August 2010 in General
How could I go about implementing incremental pagination? Instead of having page 1, page 2, etc, I want to have a button that just loads like 50 more records (like twitter). It doesn't have to be ajax, I can load all the data at once (I'll eventually do the ajax stuff though).

Thanks!
This discussion has been closed.