diff --git a/aries-site/src/pages/components/pagination.mdx b/aries-site/src/pages/components/pagination.mdx index ffe2be604..32ced9b28 100644 --- a/aries-site/src/pages/components/pagination.mdx +++ b/aries-site/src/pages/components/pagination.mdx @@ -24,9 +24,9 @@ Pagination is particularly effective for displaying large sets of results in com ### Number of results per page -By default, 20 results should show at once. The examples on this page have been modified to show less results per page so that the pagination control is viewable in the single screen. +By default, 20 results per page are displayed. However, the default results per page should be context dependent. For example, log files per page might default to 50 or 100 results per page -- whereas documentation results might make more sense to default to 10 per page. -If the user has performed a search resulting in less than 20 results, the pagination component should no longer be displayed. +The examples on this page have been modified to show less results per page so that the pagination control is viewable in the single screen. ### Placement of pagination component