New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

buttonCount

number

Specifies the count of the displayed buttons.

size

PagerSize

'medium'

Specifies the padding of the numeric buttons.

In this article
SelectorInputs
Not finding the help you need?
Contact Support