Relative Content

Tag Archive for pythonplotly-dash

Call back with tables from multiple tab layout interacting with each other

I am trying to build an dash app that has two tabs and each of them have the same table. I want to be able to add the rows from one tab to another tab table. For example, if I click add from recommended candidates table it should add that candidate to the candidate tab table and vice versa.
I have tried the following but I am having issue with the call back as it is not triggering it when I select a row and click “Add” from the action column.

How to redirect to URL for a multipage Dash app

Hello I need to add a new endpoint to my Dash (Plotly) web that redirects to a URL. I want to do something like the following. My Dash app is multipage, and I want to add a new endpoint (path): /embedded-ms that performs a redirection to a URL. When accessing this endpoint Dash app should redirect to given URL.

Width parameter not affecting dash column

I’m trying to build a simple dashboard to display temperature and humidity on different days. I would like to have a dropdown to select the date and then have a row showing a graph of temperature throughout the day next to a graph showing humidity (two graphs in a single row). I can’t get it to work even though I’ve tried using the embedded dbc.column within dbc.row.