plotly / dash-table

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

Pagination Issues when loading table dynamically on drop down select #882

Open DileepkumarT opened 3 years ago

DileepkumarT commented 3 years ago

I'm creating two dynamic tables based on the drop-down select value. First table has two pages and second one has only one. When I navigate to second page in first table and then when I change the drop down value its not showing the second table. I was able to see it when i open first page and then the next dropdown. Can you guys help me out here? Seems page number is not getting flushed out when i change drop down value.