@hemendrahada wrote:
I am new in Plotly dash, Where I am building one application, which has 3 module.
- Main Menu (Left Side)
- Top Menu (Which creates buttons or tabs, for the URL which we have click from Main Menu)
- Div (Which has few figures or charts and also has some drop-down options- when we change value in drop-down and submit, it creates new figures or charts based on updated value)
Point 2, you can consider as a history tabs, all previous clicked tabs buttons.
Suppose we clicked 3 URL from main menu out of 10 URL. Than it will create 3 Buttons and I am using this buttons as a history.
Now I have changed drop-down values and it updated the figure, then I have change tab from Top menu and if I again clicked previous tab from top menu it lost all its previous dropdown and figure changes, It takes all this value default.So, to store this, I can use cookies or session or some global variable I can use, But I think it is not better idea to store with this, Do we have any better idea in ploty dash
Posts: 2
Participants: 2