cross-filtering ipyaggrid element in Solara
Hi, is there a way to cross filter a
I am actually also interested in doing the reverse: have Solara charts react to when I filter my
ipyaggrid element in solara based on other Solara components (Sliders, Select, etc)? I tried creating a custom solara.CrossFilterGrid similar to solara.CrossFilterDataFrame. I could not get it to work but maybe I am missing something. Here is my reproducible exampleI am actually also interested in doing the reverse: have Solara charts react to when I filter my
ipyaggrid by clicking on the grid directly (for example, when clicking on checkboxes for each row). This might be harder to do? Thanks!