Welcome page pagination is inconsistent
See original GitHub issueThe pagination of dashboards on the welcome page doesn’t have a consistent number of dashboards per page, and the record count isn’t sequential. There record counts also seem to flicker and update to different numbers as the page loads (e.g. displaying 1-11, then updating to 1-15 once items render)
Expected results
Each page to have the same number of items, record counting to be sequential (e.g. first page is 1-10, 2nd is 11-20, 3rd is 21-30, etc)
Screenshots
How to reproduce the bug
Paginate on the welcome page
Environment
(please complete the following information):
- superset version:
master
We have not yet enabled React List Views in our environment
to: @nytai, I think you were working on this?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Welcome page pagination is inconsistent · Issue #10232
The pagination of dashboards on the welcome page doesn't have a consistent number of dashboards per page, and the record count isn't ...
Read more >Wordpress pagination is returning inconsistent number of ...
By using wordpress wp_query with pagination with this settings: $args = array ( 'paged' => $paged, 'posts_per_page' => 50, ...
Read more >Analytics data/pagination inconsistency
As a first step, please clear the analytics cache by going to WooCommerce > Status > Tools > Clear analytics cache. If the...
Read more >Inconsistent paging - Elasticsearch
Hi, We've noticed a strange behavior in elasticsearch during paging. In one case we use a paging size of 60 and we have...
Read more >Guys, we're doing pagination wrong…
In all the paginated APIs I have encountered, the intended behaviour is always to fetch the next set of results for a query,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think this may be related to a bug I currently fixed on FAB related with m-m relations on lists. The amount of owners are counted has records also, will publish an FAB 3 RC2 tomorrow if it’s not too urgent
@etr2460 I have noticed some weirdness with the record counts being inconsistent, I’ll look into that now. To be clear, you have “whited-out” the dashboard and creator columns in the screenshots and that isn’t a bug?