- 101 UX Principles
- Will Grant
- 225字
- 2021-07-16 18:02:40
Chapter #18. If Your Content Has a Beginning, Middle, and End, Use Pagination
Continuing from #17, Use "Infinite Scroll" For Feed–Style Content Only a paginated, multi-page list may seem "old school" but it has a few major benefits:
- It's goal-oriented, so the user is trying to find the item they need in a list and pagination feels intuitive, instead of that they are searching through an endless list
- It remembers the user's position and displays the current page to them
- It conveys a beginning, middle and end to the content
- Users can use the scroll bar to navigate the page and they can reach the footer if they need to
If the user sees that there are "9,999 pages", then they can make the choice to use a search, sort, or filter control. They can't make that choice if they have no idea how many pages there may b:

A great paginator
Show the user the current page, some pages before and after it, and the lowest and highest pages in the range. Adding "next" and "previous" buttons feels unnecessary.
Given all of this, users won't find it easy to search through very long lists: it's just too cognitively arduous. A search, sort or filter control should be considered mandatory on lists of more than a few pages.
推薦閱讀
- Learning Cocos2d-x Game Development
- Raspberry Pi 3 Cookbook for Python Programmers
- 計算機應用與維護基礎教程
- Artificial Intelligence Business:How you can profit from AI
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- 面向對象分析與設計(第3版)(修訂版)
- 超大流量分布式系統架構解決方案:人人都是架構師2.0
- 單片機原理與技能訓練
- 可編程邏輯器件項目開發設計
- Blender 3D By Example
- Drupal Rules How-to
- MicroPython Cookbook
- 計算機組裝與維護立體化教程(微課版)
- CPU設計實戰:LoongArch版
- Hands-On Game Development with WebAssembly