Use pagination to divide a large dataset into smaller, more manageable sections (or pages) that users can navigate through sequentially.
The front-end keeps track of the current page number and adjusts the UI accordingly.
Usage
Use pagination when displaying large sets of structured content (e.g. tables, lists, grids).
Use pagination when content is ordered (chronological, alphabetical, relevance-based, etc.).
Available platforms
|
Platform |
Available |
|---|---|
|
Figma |
v5+ |
|
Web (@ovotech/element) |
❌ |
|
App (@ovotech/element-native) |
❌ |
Related
External links