question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Explore] Server pagination is not working

See original GitHub issue

Server side pagination has no effect. The server side pagination option for the table chart correctly retrieves the first page of results but the page jumps will not respond to inputs. Issue #14727 shows similar experiences but was closed however the effect remains in Superset 1.2.

Expected results

On new page selection the next 10 results should be shown.

Actual results

On new page selection the table stays on the first page and no new queries are conducted.

https://user-images.githubusercontent.com/44472119/123997942-d7ac1e00-d9c8-11eb-93ac-ea5ded370b7d.mov

How to reproduce the bug

  1. Launch Superset 1.2 with a connected Apache Druid 0.21.1 database.
  2. Create a Table from the Druid dataset.
  3. Enable ‘Server Pagination’
  4. See error

Environment

(please complete the following information):

  • superset version: 1.2
  • druid version: 0.21.1

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
RossMoircommented, Jul 14, 2021

@junlincc Trying this out on master it is still broken. Your video doesn’t have ‘Server Pagination’ enabled, notice the number of rows and the option on the left is disabled, this means only a single query is made not a new one for each page flip. Please reopen this issue as it remains broken. @aelich can you confirm?

https://user-images.githubusercontent.com/44472119/125602810-3e2c065e-f255-4f81-866f-abb99403b641.mov

Read more comments on GitHub >

github_iconTop Results From Across the Web

reactjs - Server side pagination is not working as expected
I suspect React Query is not fetching blog posts when I click on the Next button; instead it is fetching the posts from...
Read more >
Browse Space - Pages pagination broken - Jira Atlassian
If you are viewing the list of all pages in the space and click the 'next' link it displays the next 30 beginning...
Read more >
BitBucket Server Importer - pagination not functional - GitLab
Recently, the repository list pagination of BitBucket Server Importer tool stopped working. GitLab UI only shows one page without displaying ...
Read more >
Visualize.js 6.1.0 report with table pagination issue on Internet ...
Issue is only on Internet explorer. When I click next page I see grey cover over report with "Loading..." message.
Read more >
The best database pagination technique is
Pagination also solves a lot of performance issues both on the client and server-side! Without pagination, you'd have to load the entire ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found