Skip to main content

Pager API Overview

Initialization

<script>
import { Pager } from "@wx/svelte-core";
</script>

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

Pager Properties

pagesizesets the number of records per page
totalsets the total number of records in a pager
valuesets the number of the currently opened page

Pager Events

changefires when the current page is changed in the pager