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 thepadding
of the elements to2px 8px
.medium
(default)—Sets thepadding
of the elements to4px 8px
.large
—Sets thepadding
of the elements to6px 8px
.none
—Removes the styling related to the Pager sizing option.
The following example demonstrates how to define the Pager size.
Change Theme
Theme
Loading ...