New to Kendo UI for Angular? Start a free 30-day trial
Pager Settings and Types
The Pager component features multiple settings to customize the paging UI.
Starting with
v17.0.0
, the selector for the Pager has been updated fromkendo-datapager
tokendo-pager
.
Types
The pager types are:
Numeric
—Renders buttons with numbers.Input
—Renders a NumericTextBox for entering the page number.
To configure the pager type and number of numeric buttons, use the type
and buttonCount
options:
type
—Accepts thenumeric
(buttons with numbers) andinput
(a NumericTextBox for entering the page number) values.buttonCount
—Sets the maximum number of numeric buttons that will be rendered whentype
isnumeric
.
Settings
The following settings enable you to determine which built-in pager elements will be rendered:
pageSizeValues
—Toggles a DropDownList with page size options, and allows you to provide the list of available page sizes.previousNext
—Toggles a set of Previous and Next buttons.info
—Toggles the information about the current page and the total number of records.
The following example demonstrates all available Pager options in action.
Change Theme
Theme
Loading ...