Components/Pagination
Universal Component

Pagination

Page navigation for long lists

This page was migrated by AI, please review carefully

Migration is complete, but please validate against source code and manual review.

Pagination

Pagination controls for datasets and tables.

import { ref } from 'vue' const page = ref(1)

Basic Usage

Pagination

Navigate through pages of data.

Demo loads on client.

API (Lite)

PropertyTypeDefaultDescription
currentPageCurrent page
pageSizeItems per page
totalTotal items
showInfoShow total info
showFirstLastShow first/last buttons
Was this helpful?