plotly / dash-table

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

go back to page 1 when data is updated and you are on a page that no longer exists #698

Closed chriddyp closed 3 years ago

chriddyp commented 4 years ago

see https://community.plot.ly/t/unavoidable-circular-dependency-when-using-backend-paging-and-filtering-with-datatables-feature-request/35161/2

if page_current > page_count , force page_current = page_count by changing page_current

or perhaps we go back to page 1?