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

NameTypeDefaultDescription

width

string

Specifies the width of the PagerSpacer component. Accepts the string values of the CSS flex-basis property.

If you do not set this property, the PagerSpacer takes all the available space.

Fields

NameTypeDefaultDescription

flexBasisStyle

string

Gets the flex-basis style for the spacer width.

hostClass

boolean

Gets the CSS class for the spacer.

sizedClass

boolean

Gets the CSS class for sized spacers.

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