I am using the Aggrid component and I want to display a cell information when the mouse is over it as with a dataframe (see the image below). I have seen here that it’s possible to do things with the cellMouseOver event. However I don’t know how to code in Java so it’s hard for me to implement uncommon stuff for aggrid. Is it possible to do it as with a simple dataframe ?
Thanks for your help !
Alexis
I missed the initial line import pandas as pd in my code, during my copy-paste.
Between my earlier submit and now, I upgraded the aggrid library. This required me to remove the parameter theme="blue" from the code. Please note I am using streamlit==1.16.0 and streamlit-aggrid==0.3.3. Other library versions may require a change in the code.
The rest works perfectly fine at my end. Please copy-paste the code verbatim (after verifying your aggrid library version), and then suitably modify the code thereafter, for your use.
@KarlKwon It appears to be due to the streamlit-aggrid version. I tested using @Shawn_Pereira version of 0.3.3 and it worked as intended. Using my updated version caused the same outcome as you