KendoReact Pager Overview
The KendoReact Pager provides options for splitting content into pages.
The KendoReact Pager is part of the KendoReact library of React UI components. It is distributed through NPM under the kendo-react-data-tools package.
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.
The Pager is part of the KendoReact Data Tools component library. The procedures for installing, importing, and using the Data Tools are identical for all components in the package. To learn how to use the Pager and the rest of the Data Tools, see the Getting Started with the KendoReact Data Tools guide.
Key Features
The Pager provides globalization support.