Incremental pagination?
Incremental pagination?
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!
Thanks!
This discussion has been closed.