Store Information Between tabs

Hello Everyone,

So I am trying to create a dash app which has lets say multiple tabs.

When I switch from Tab1 to Tab2 and back to Tab1 all the stored information returns to default state the way I have my original html layout declared.

Is there a way to avoid this so that even when I navigate between tabs all the information and output in the tab is maintained.

You can look into using Dash Extensions Pages but quite a few on the regular dash components have a persistence param that you can set to True. It is hard to help without seeing an example of your specific issue. Can you provide a MRE?

1 Like