spz-pagination
When to Use
- When loading/rendering all data takes a long time;
- To switch between pages to view data.
Code Demonstration
Basic Usage
The pagination component must be used in conjunction with the spz-list component to be effective. It allows customization of previous and next page icons, placing the icons inside the pagination component with the role="arrow" attribute.
Properties
AI Summary (LLM Ready)
- Component ID:
spz-pagination - One-line purpose: Paginate long lists, loading one page at a time.
- Detected attribute rows: 0
- Detected method subsections: 0
- Detected event subsections: 0
- Top attribute names: none (needs manual completion)
- Top method names: none (needs manual completion)
- Top event names: none (needs manual completion)
- Reading order: start from usage/examples, then verify attributes, methods, and events.
- Related docs: /en/guide/actions-and-events/ , /en/guide/layouts/