I am trying to populate the charts in one page of a multi-page app, based on the value of a cell selected in a dash ag-grid table present in another page within the same Multi-page app. Each page is a separate python file in this case.
I tried adding the value as a parameter in the URL that changes with every selection, but that doesn’t seem to work.
Would appreciate any help or suggestions on this.
I did similar thing (global filters), and simply used database to store selection dictionary for certain user. You can also use dcc.Store but it’s trickier, but it can also serve as a trigger for update.