Skip to main content

Pager API Overview

Initialization

<script setup>
import { Pager } from "@svar-ui/vue-core";
</script>

<template>
<!-- minimal configuration for initialization -->
<Pager />
</template>
tip
  • Visit the Features Guide to learn more about the control's functionality.
  • Explore the samples to visualize the available features.

Pager Properties

pageSizeOptional. Sets the number of records per page
totalOptional. Sets the total number of records in a pager
valueOptional. Sets the number of the currently opened page

Pager Events

changeFires when the current page is changed in the pager