Page is a not externally linkable
Fotiman - 2:36 am on Feb 3, 2013 (gmt 0)
Is your goal to do the pagination client side? In other words, all of the records will have been fetched from the server at once, and then on the client side something shows only 1 "page" at a time (even though every page has already been fetched)?
Or do you want the server to only give you 1 page of results at a time?