Pagination
From DesignPatterns
Contents |
Problem
The user needs to view a subset of data that will not be easy to display within a single page.
Solutions
Item PaginationProblemThe user needs to view data items from a potentially large set of sorted data that will not be easy to display within a single page.
|
Search PaginationProblemThe user needs to view a set of search results ranked by relevance that is too large to easily display within a single page. |



