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
medium
(Default)large
none
—Removes the built-in sizing styles, allowing you to fully customize thepadding
.
The following example demonstrates how to define the Pager size.
Change Theme
Theme
Loading ...