I have an application that returns a list of between 50-100 items. I have no database layer it isn't required for my app. I want to display 10 of those items on a page, and only generate the number of pages needed to view those results. Can anyone point me in the right direction (not the docs, they don't make any sense to me for this problem). Thank you
--