@biraj wrote:
Hi guys.
I am creating a dashboard using Flask and Dash. The dashboard has all its navigation menus, header and footer in Flask. In the content section I have iframed my Dash application.
In the iframe I have populated a datatable. I want a functionality where when I click on certain cell of the datatable, I want to navigate to another route. Everything up until now is smooth.
The problem is : Upon clicking the cell, the new route populates in the same iframe. is there a way to exit the iframe and go to the route.
Anyone has any idea on how to solve it?
Thanks in advance!
Posts: 3
Participants: 2