Pager

Pagers are UI elements that divide a large amount of data into multiple pages and navigate the users through them.

Sass Variables

The Telerik and Kendo UI Pager enables you to configure and customize its appearance through the available Sass variables. Additionally, to configure and customize the appearance of its buttons, use the Sass variables provided by the Button component.

VariableDefault ValueComputed ValueValue
kendo-pager-padding-xk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The horizontal padding of the Pager.
kendo-pager-sm-padding-xk-map-get( $kendo-spacing, 1 )4pxDefault: k-map-get( $kendo-spacing, 1 )Computed: 4px
Description: The horizontal padding of the small Pager.
kendo-pager-md-padding-xk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The horizontal padding of the medium Pager.
kendo-pager-lg-padding-xk-map-get( $kendo-spacing, 2.5 )10pxDefault: k-map-get( $kendo-spacing, 2.5 )Computed: 10px
Description: The horizontal padding of the large Pager.
kendo-pager-padding-y$kendo-pager-padding-x8pxDefault: $kendo-pager-padding-xComputed: 8px
Description: The vertical padding of the Pager.
kendo-pager-sm-padding-y$kendo-pager-sm-padding-x4pxDefault: $kendo-pager-sm-padding-xComputed: 4px
Description: The vertical padding of the small Pager.
kendo-pager-md-padding-y$kendo-pager-md-padding-x8pxDefault: $kendo-pager-md-padding-xComputed: 8px
Description: The vertical padding of the medium Pager.
kendo-pager-lg-padding-y$kendo-pager-lg-padding-x10pxDefault: $kendo-pager-lg-padding-xComputed: 10px
Description: The vertical padding of the large Pager.
kendo-pager-sm-item-min-width$kendo-button-sm-calc-sizecalc(1.4285714286em + 4px + 2px)Default: $kendo-button-sm-calc-sizeComputed: calc(1.4285714286em + 4px + 2px)
Description: The minimum width of the items in the small Pager.
kendo-pager-md-item-min-width$kendo-button-md-calc-sizecalc(1.4285714286em + 8px + 2px)Default: $kendo-button-md-calc-sizeComputed: calc(1.4285714286em + 8px + 2px)
Description: The minimum width of the items in the medium Pagers.
kendo-pager-lg-item-min-width$kendo-button-lg-calc-sizecalc(1.5em + 16px + 2px)Default: $kendo-button-lg-calc-sizeComputed: calc(1.5em + 16px + 2px)
Description: The minimum width of the items in the large Pagers.
kendo-pager-sm-item-group-spacingk-map-get( $kendo-spacing, 3 )12pxDefault: k-map-get( $kendo-spacing, 3 )Computed: 12px
Description: The margin between the item groups in the small Pager.
kendo-pager-md-item-group-spacingk-map-get( $kendo-spacing, 3.5 )14pxDefault: k-map-get( $kendo-spacing, 3.5 )Computed: 14px
Description: The margin between the item groups in the medium Pager.
kendo-pager-lg-item-group-spacingk-map-get( $kendo-spacing, 4 )16pxDefault: k-map-get( $kendo-spacing, 4 )Computed: 16px
Description: The margin between the item groups in the large Pager.
kendo-pager-border-width1px1pxDefault: 1pxComputed: 1px
Description: The border width of the Pager.
kendo-pager-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the Pager.
kendo-pager-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the Pager.
kendo-pager-line-height$kendo-line-height-md1.4285714286Default: $kendo-line-height-mdComputed: 1.4285714286
Description: The line height of the Pager.
kendo-pager-bg$kendo-component-header-bg #fafafaDefault: $kendo-component-header-bgComputed: #fafafa
Description: The background color of the Pager.
kendo-pager-text$kendo-component-header-text #424242Default: $kendo-component-header-textComputed: #424242
Description: The text color of the Pager.
kendo-pager-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the Pager.
kendo-pager-focus-bgnullnullDefault: nullComputed: null
Description: The background color of the focused Pager.
kendo-pager-focus-shadow$kendo-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.13)Default: $kendo-focus-shadowComputed: inset 0 0 0 2px rgba(0, 0, 0, 0.13)
Description: The box shadow of the focused Pager.
kendo-pager-item-border-width0px0pxDefault: 0pxComputed: 0px
Description: The border width of the Pager items.
kendo-pager-item-border-radiusnullnullDefault: nullComputed: null
Description: The border radius of the Pager items.
kendo-pager-item-spacingnullnullDefault: nullComputed: null
Description: The spacing around the Pager items.
kendo-pager-item-bgnullnullDefault: nullComputed: null
Description: The background color of the Pager items.
kendo-pager-item-textnullnullDefault: nullComputed: null
Description: The text color of the Pager items.
kendo-pager-item-bordernullnullDefault: nullComputed: null
Description: The border color of the Pager items.
kendo-pager-item-hover-bg$kendo-list-item-hover-bg #f0f0f0Default: $kendo-list-item-hover-bgComputed: #f0f0f0
Description: The background color of the hovered Pager items.
kendo-pager-item-hover-text$kendo-list-item-hover-text #424242Default: $kendo-list-item-hover-textComputed: #424242
Description: The text color of the hovered Pager items.
kendo-pager-item-hover-bordernullnullDefault: nullComputed: null
Description: The border color of the hovered Pager items.
kendo-pager-item-selected-bg$kendo-list-item-selected-bg #ff6358Default: $kendo-list-item-selected-bgComputed: #ff6358
Description: The background color of the selected Pager items.
kendo-pager-item-selected-text$kendo-list-item-selected-text whiteDefault: $kendo-list-item-selected-textComputed: white
Description: The text color of the selected Pager items.
kendo-pager-item-selected-bordernullnullDefault: nullComputed: null
Description: The border color of the selected Pager items.
kendo-pager-item-focus-opacitynullnullDefault: nullComputed: null
Description: The opacity of the focused Pager items.
kendo-pager-item-focus-bgtransparent transparentDefault: transparentComputed: transparent
Description: The background color of the focused Pager items.
kendo-pager-item-focus-shadow$kendo-list-item-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.12)Default: $kendo-list-item-focus-shadowComputed: inset 0 0 0 2px rgba(0, 0, 0, 0.12)
Description: The box shadow of the focused Pager items.
kendo-pager-number-border-radiusnullnullDefault: nullComputed: null
Description: The border radius of the Pager numbers.
kendo-pager-input-width5em5emDefault: 5emComputed: 5em
Description: The width of the Inputs in the Pager.
kendo-pager-sm-dropdown-width5em5emDefault: 5emComputed: 5em
Description: The width of the DropDowns in the small Pager.
kendo-pager-md-dropdown-width5em5emDefault: 5emComputed: 5em
Description: The width of the DropDowns in the medium Pager.
kendo-pager-lg-dropdown-width5em5emDefault: 5emComputed: 5em
Description: The width of the DropDowns in the large Pager.
kendo-pager-sizes( sm: ( padding-x: $kendo-pager-sm-padding-x, padding-y: $kendo-pager-sm-padding-y, item-group-spacing: $kendo-pager-sm-item-group-spacing, item-min-width: $kendo-pager-sm-item-min-width, pager-dropdown-width: $kendo-pager-sm-dropdown-width ), md: ( padding-x: $kendo-pager-md-padding-x, padding-y: $kendo-pager-md-padding-y, item-group-spacing: $kendo-pager-md-item-group-spacing, item-min-width: $kendo-pager-md-item-min-width, pager-dropdown-width: $kendo-pager-md-dropdown-width ), lg: ( padding-x: $kendo-pager-lg-padding-x, padding-y: $kendo-pager-lg-padding-y, item-group-spacing: $kendo-pager-lg-item-group-spacing, item-min-width: $kendo-pager-lg-item-min-width, pager-dropdown-width: $kendo-pager-lg-dropdown-width ) )(sm: (padding-x: 4px, padding-y: 4px, item-group-spacing: 12px, item-min-width: calc(1.4285714286em + 4px + 2px), pager-dropdown-width: 5em), md: (padding-x: 8px, padding-y: 8px, item-group-spacing: 14px, item-min-width: calc(1.4285714286em + 8px + 2px), pager-dropdown-width: 5em), lg: (padding-x: 10px, padding-y: 10px, item-group-spacing: 16px, item-min-width: calc(1.5em + 16px + 2px), pager-dropdown-width: 5em))Default: ( sm: ( padding-x: $kendo-pager-sm-padding-x, padding-y: $kendo-pager-sm-padding-y, item-group-spacing: $kendo-pager-sm-item-group-spacing, item-min-width: $kendo-pager-sm-item-min-width, pager-dropdown-width: $kendo-pager-sm-dropdown-width ), md: ( padding-x: $kendo-pager-md-padding-x, padding-y: $kendo-pager-md-padding-y, item-group-spacing: $kendo-pager-md-item-group-spacing, item-min-width: $kendo-pager-md-item-min-width, pager-dropdown-width: $kendo-pager-md-dropdown-width ), lg: ( padding-x: $kendo-pager-lg-padding-x, padding-y: $kendo-pager-lg-padding-y, item-group-spacing: $kendo-pager-lg-item-group-spacing, item-min-width: $kendo-pager-lg-item-min-width, pager-dropdown-width: $kendo-pager-lg-dropdown-width ) )Computed: (sm: (padding-x: 4px, padding-y: 4px, item-group-spacing: 12px, item-min-width: calc(1.4285714286em + 4px + 2px), pager-dropdown-width: 5em), md: (padding-x: 8px, padding-y: 8px, item-group-spacing: 14px, item-min-width: calc(1.4285714286em + 8px + 2px), pager-dropdown-width: 5em), lg: (padding-x: 10px, padding-y: 10px, item-group-spacing: 16px, item-min-width: calc(1.5em + 16px + 2px), pager-dropdown-width: 5em))
Description: The sizes map of the Pager.