plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 74 forks source link

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

Closed AnnMarieW closed 3 years ago

AnnMarieW commented 3 years ago

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