From e074c94309cec1053de567a7d56a9334aa0fa5e3 Mon Sep 17 00:00:00 2001 From: SeamusLeonardHPE <135040188+SeamusLeonardHPE@users.noreply.github.com> Date: Wed, 10 Jan 2024 21:23:04 +0000 Subject: [PATCH] Update pagination.mdx updated guidance based on figma comment. --- aries-site/src/pages/components/pagination.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aries-site/src/pages/components/pagination.mdx b/aries-site/src/pages/components/pagination.mdx index 544943ab7..2385d7d27 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 -A reasonable starting point for page size is 20 records. This is the default "step" (page size) on Grommet DataTable, List, and Pagination. This size strikes a balance between providing a user enough information to consume or find records of interest without being too much information leading to cognitive overload.That said, the default number of records per page should be tailored to the data set and determined by the UX designer. For example, a data collection displaying log files or notifications may choose a large page size as it allows a user to scan and understand activity in a efficient manner. Whereas as data collection presenting items in a news feed may only need to present a handful of records at a time. +A reasonable starting point for page size is 20 records. This is the default "step" (page size) on Grommet DataTable, List, and Pagination. This size strikes a balance between providing a user enough information to consume or find records of interest without being too much information leading to cognitive overload. That said, the default number of records per page should be tailored to the data set and determined by the UX designer. For example, a data collection displaying log files or notifications may choose a large page size as it allows a user to scan and understand activity in a efficient manner. Whereas as data collection presenting items in a news feed may only need to present a handful of records at a time. -If there is only one page of items, it is optional to display the pagination component and summary of results. +If the number of results is not expected to exceed one page, it is optional to display the pagination component and summary of results. ### Placement of pagination component