New to Kendo UI for Angular? Start a free 30-day trial
PagerPageSizesComponent
Represents the Kendo UI Pager Page Sizes component for Angular. Displays a drop-down list for the page size selection (see example).
html
<kendo-pager [skip]="skip" [pageSize]="pageSize" [total]="total">
<ng-template kendoPagerTemplate>
<kendo-pager-page-sizes [pageSizes]="[10, 20, 50]"></kendo-pager-page-sizes>
</ng-template>
</kendo-pager>
Selector
kendo-datapager-page-sizes, kendo-pager-page-sizes
Inputs
Name | Type | Default | Description |
---|---|---|---|
adaptiveMode |
|
|
Specifies the adaptive mode of the internal |
pageSizes |
|
Specifies the page sizes collection. You can include numbers and html
| |
size |
|
|
Specifies the padding of the DropDownList component. |