Pagination

From DesignPatterns

Jump to: navigation, search

Contents

Problem

The user needs to view a subset of data that will not be easy to display within a single page.


Solutions

Item Pagination

Problem

The 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. Image:sub_paginitem.gif

Search Pagination

Problem

The user needs to view a set of search results ranked by relevance that is too large to easily display within a single page.

Image:sub_paginsrp.gif

Personal tools