--- title: Coveo Pager slug: '3016' canonical_url: https://docs.coveo.com/en/3016/ collection: coveo-for-sitecore-v5 source_format: adoc --- # Coveo Pager > **Legacy feature** > > The Coveo Hive Framework is now in maintenance mode and is no longer recommended for new implementations. > > To build new search experiences, use one of Coveo's more modern, lightweight, and responsive libraries. > To get started, see the [Build search](https://docs.coveo.com/en/2473/) article. Implements the [Coveo JavaScript Search Framework](https://docs.coveo.com/en/187/) [Pager](https://coveo.github.io/search-ui/components/pager.html) component which renders widgets that let the end user navigate through the different result pages. ## Usage notes * Every time a user clicks a **{doctitle}** rendering widget, a new call to the Search API is triggered. * You can [customize the CSS](https://docs.coveo.com/en/2342/) associated with this rendering. ## Insertion location

Coveo Hive

The Coveo Pager rendering is an Allowed Control in the following placeholder(s): UI Header, UI Results Header, UI Results Footer, UI Footer, Results Header

Example insertion sequence for the Coveo Pager rendering.

Coveo Hive SXA

Coveo for Sitecore SXA rendering insertion locations aren't limited by placeholder Allowed Controls. The Coveo Pager rendering may therefore be inserted throughout the partial design, whether in Coveo for Sitecore or Sitecore placeholders.

Example insertion sequence for the Coveo Pager rendering.
## Data source options The following table lists the available data source options for this rendering. [%header,cols="33%,66%"] |=== |Option name |Description |Enable navigation button |See the [enableNavigationButton](https://coveo.github.io/search-ui/components/pager.html#options.enablenavigationbutton) component option. |Number of pages |See the [numberOfPages](https://coveo.github.io/search-ui/components/pager.html#options.numberofpages) component option. |Maximum number of results from index |See the [maximumNumberOfResultsFromIndex](https://coveo.github.io/search-ui/components/pager.html#options.maximumnumberofresultsfromindex) component option. |DOM unique ID a|{empty} -- Randomly generated HTML element ID. -- |Additional data attributes a|{empty} -- Allows [use of the Coveo JavaScript Search Framework **Pager** component options](https://docs.coveo.com/en/2776/) that aren't directly available in the data source. -- |=== ## Sample generated HTML and corresponding visual output ```html
``` ![Coveo Pager rendering example output | Coveo for Sitecore 5](https://docs.coveo.com/en/assets/images/c4sc-v5/pager-example.gif)