Pagination
A long list can be divided into several pages by ‘Pagination’, and only one page will be loaded at a time.
When To Use
- When it will take a long time to load/render all items.
- If you want to browse the data by navigating through pages.
Examples
Basic pagination.
More pages.
Looking for more Ant Design Vue Pagination? Please check the official docs.