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
pagesize | sets the number of records per page |
total | sets the total number of records in a pager |
value | sets the number of the currently opened page |
Pager Events
change | fires when the current page is changed in the pager |