Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

issue #834 fix when pagination doesn't work when more than one table … #907

Merged
merged 7 commits into from
Jun 25, 2021

Conversation

AnnMarieW
Copy link
Contributor

@AnnMarieW AnnMarieW commented Jun 1, 2021

This PR fixes two pagination issues:

  1. Where pagination buttons are not visible or do not work because another table or figure overlaps the pagination container.

  2. If you are on a page that no longer exists after data is updated, then no data shows in the table. This is fixed by resetting the page_current to 0



Pagination buttons now work in the example from 834:

pagination



Pagination buttons are are now visible here: https://dash.plotly.com/datatable/interactivity
image

Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic! 💃

If you merge dev back in here the CI tests should run correctly again.

AnnMarieW and others added 2 commits June 4, 2021 07:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.