Usage guidelines outline how the component should and shouldn’t be used in different user interface contexts.
When to use
- when it could take a considerable amount of time to load the available data at once
- when there is too much data to display on one page or within one view of a component
- to make large amounts of data more accessible to consume by users
- to give users more control over how they view large amounts of information
Best practices
Use clear and simple increments for page sizes. Fewer options are easier for users to understand and select from.
Avoid too many options and inconsistent numbers patterns.