New to Kendo UI for Angular? Start a free 30-day trial
PagerNumericButtonsComponent
Represents the Kendo UI Pager Numeric Buttons component for Angular. Displays numeric buttons to enable navigation between the pages.
html
<kendo-pager [skip]="skip" [pageSize]="pageSize" [total]="total">
<ng-template kendoPagerTemplate>
<kendo-pager-numeric-buttons [buttonCount]="5"></kendo-pager-numeric-buttons>
</ng-template>
</kendo-pager>
Selector
kendo-datapager-numeric-buttons, kendo-pager-numeric-buttons
Inputs
Name | Type | Default | Description |
---|---|---|---|
buttonCount |
|
Specifies the count of the displayed buttons. | |
size |
|
|
Specifies the padding of the numeric buttons. |