Pager Overview
The Kendo UI for Vue Pager provides options for splitting content into pages.
The Kendo UI for Vue Pager is part of the Kendo UI for Vue library of Vue UI components. It is distributed through NPM under the kendo-vue-data-tools package.
Basic Usage
You can configure the Pager by using the following properties:
buttonCount
—Sets the maximum numeric buttons count before the buttons are collapsed.info
—Toggles the information about the current page and the total number of records.type
—Accepts thenumeric
(buttons with numbers) andinput
(input for typing the page number) values.pageSizes
—Displays a menu for selecting the page size.previousNext
—Toggles the Previous and Next buttons.responsive
—Toggles the responsive layout.
Responsive Design
The Pager supports responsive web-design.
Functionality and Features
The Pager provides globalization support.