I have 3 dfs. They all share 3 columns names and values. Eg. Name, ID, category.
Df1 and df2 are a subset of a larger df_0 and df3 contains further attributes of Name, ID, Category.
In dash, I would like to use two ag-grid tables and filter between tables so that when you click on a particular row on df1 the other ag-grid df2 is filtered.
As a nice to have i would like to add a card on the side that shows the attributes in df3.
Is this possible?