Hi !

My pagination on Dashboards page is not working. I have 7 dashboards, page_size=20 but it shows :

  • 2 dashboards on the first page
  • 3 dashboards on the second one
  • 2 dashboards on the third

When i choose page_size=100, it shows all the dashboards on the first page. However page_size stays at 20 by default…

I am using a clone of Github repository.
The pagination on Queries page works perfectly.

Thanks for your help !

Redash uses the base paginate method to handle all modules’ pagination. I think it shouldn’t be different between dashboard and query. You are using the master branch? Maybe you can do some debug here.

Same problem has been reported here:

I’m also facing same problem with latest version from master branch

1 Like

I have the same problem with pagination.
Affected Docker version

  • [9.0.0-beta.b49509]
  • [10.0.0-beta.b49515

This is reported here The item count DashBoards View displayed per page is not correct · Issue #5466 · getredash/redash · GitHub

Fix is up for review: Fix: pagination is broken on the dashboard list page by susodapop · Pull Request #5516 · getredash/redash · GitHub

1 Like

Fetched and installed on my setup
I confirm that it is solving the issue

Thanks Jesse

Thanks for confirming @xavier-d . This is the last thing we needed to merge before proceeding with the V10 beta :rocket:

1 Like