New to Kendo UI for Angular? Start a free 30-day trial

Angular Pager Appearance

The Pager provides predefined size options which allow you to set different padding to the Pager elements.

To change the default padding of the Pager elements, set the size property. It accepts values of type PagerSize.

The size option supports the following values:

  • small—Sets the padding of the elements to 2px 8px.
  • medium (default)—Sets the padding of the elements to 4px 8px.
  • large—Sets the padding of the elements to 6px 8px.
  • none—Removes the styling related to the Pager sizing option.

The following example demonstrates how to define the Pager size.

Example
View Source
Change Theme:

In this article

Not finding the help you need?