New to Kendo UI for Angular? Start a free 30-day trial
PagerSpacerComponent
Represents the Kendo UI Pager Spacer component for Angular. Gives you additional white space between the Pager inner elements, and provides a way for customizing the spacer width.
html
<kendo-pager [skip]="skip" [pageSize]="pageSize" [total]="total">
<ng-template kendoPagerTemplate>
<kendo-pager-prev-buttons></kendo-pager-prev-buttons>
<kendo-pager-info></kendo-pager-info>
<kendo-pager-spacer></kendo-pager-spacer>
<kendo-pager-next-buttons></kendo-pager-next-buttons>
</ng-template>
</kendo-pager>
Selector
kendo-pager-spacer
Inputs
Name | Type | Default | Description |
---|---|---|---|
width |
|
Specifies the width of the If you do not set this property, the |
Fields
Name | Type | Default | Description |
---|---|---|---|
flexBasisStyle |
|
Gets the flex-basis style for the spacer width. | |
hostClass |
|
Gets the CSS class for the spacer. | |
sizedClass |
|
Gets the CSS class for sized spacers. |