# Backoffice – State Pages on Pagination

A new enhancement has been introduced to the **Backoffice pagination system**. When viewing tables such as **Products**, **Orders**, or other list-based data, merchants can now clearly see the **total number of pages**, **current page**, and **total number of items** being displayed.

This improvement provides greater visibility and control when navigating through large datasets.

**How It Works**

* When viewing any paginated table in the Backoffice (e.g., Product List, Orders, Customers), the **pagination bar** at the bottom of the table now includes:
  * **Total Item Count** – Displays the total number of records (e.g., “Showing 1–50 of 324 items”).
  * **Current Page Indicator** – Clearly shows which page you are currently on (e.g., “Page 2 of 7”).
  * **Navigation Controls** – Buttons for quickly moving between pages or jumping to the first or last page.

This update enables users to easily monitor their position within large data tables and the amount of content remaining.

**Benefits**

* **Improved User Awareness** – Always know how many items exist and which page you’re on.
* **Faster Navigation** – Easily jump between pages without losing track of your position.
* **Better Data Management** – Simplifies reviewing and managing large product or order lists.
* **Enhanced Efficiency** – Reduces confusion when performing tasks such as bulk edits, filtering, or data exports.
* **Consistent UI Experience** – Pagination visuals are uniform across all Backoffice tables.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.storefront.co.za/release-notes/enhancements/2025-enhancements/october-2025-enhancements/backoffice-state-pages-on-pagination.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
