Show pagination information in Event Reports (Line Listing app v101.1.14)

Hello.

We have succesfully upgraded one of our DHIS2 servers from version 2.36.4 to 2.40.6.
Our users use a lot the event report visualization for their work and we have noticed the footer has changed since 2.36.4 version. It was shown like this:
image

But in 2.40.6 version the footer is like this, without the pagination information and without the total of events shown:
image

Is there any way we can configure that footer?

Thank you.

Hi @JaimeLopez

There is a newer app that you could use, please try the Line Listing app. Are you facing this same issue when using the Line Listing app?

Thank you!

Hello Gassim.

Thanks for your answer.
We have already upadated line listing to version 101.1.14, the latest one.
The result is the same.
For me it seems that somewhere between the 2.36.4 and the 2.36.13 the information of the pagination was lost or is shown somewhere else.

Thank you.

Hi @JaimeLopez

By default paging is turned off for performance; however, you can use the API to retrieve the total as well as the number of pages.

  1. Open your favorite
  2. When your favorite is ready, click on F12 → Network tools
  3. Click update again to see the network request that was sent
  4. Copy the request URL
  5. In the request url remove the parameters: pageSize, page, and change &totalPages=true instead of false. Add paging=true
  6. After you send the request, you’ll find the total (use ctrl+F) to find it.

I’ve also triaged your request to @dhis2-analytics to see if it could be considered as a feature request.

Thanks!

Hello Gassim

I managed to show the information in the browser.
It might not be very friendly for end users.
Let’s see if it is taken into consideration for future releases.

Thanks.

1 Like