Hi ,
I have got navigation to work (dash > 3) with dcc.Tabs, dcc.Location and multi-pages . I would like to let the user right click on a tab header and open the page in a new browser Tab. See picture below.
I believe that this is possible, you’d have to allow a path querystring to dictate the table value, and then make the component inside the tab control to have a menu based upon context menu.
Hello @jinnyzor ,
To answer your question. If you see the Github tabbed experience (in my previous post), I want the new Browser page to retain the same inner tabs - just that the active inner tab on the new Browser page is the one that I had clicked on in the previous Browser Tab.
Thanks for posting the sample code. I can see that you are using another open source package (Dash Mantine). While this is impressive - it will be difficult for me to use this in my corporate environment.