Hello!
I am new to Dash and have a question about the DataTable interactivity. The example from the documentation (https://dash.plot.ly/datatable/interactivity) uses data from the table to update a chart which is a component of the same app.
I am trying to make something similar, but to achieve the layout of the components I want, I think I need to separate the chart into its own app.
My question: is this type of interactivity possible also between apps (one app table, chart another) and how would one do it?
Thanks!