Hi, I’m having quite a bit of success using the AgGrid component but I’ve run into a few snags trying to implement the final cosmetic touches. Has anybody had any success in doing the following with Streamlit AgGrid component?:
- Forcing horizontal and vertical scrollbars to appear
- Changing the colour of the tooltip background and/or the tooltip text
- Updating the referenced dataframe once rows have been checked such that it can be exported with ONLY those rows included? (I’m currently using df.to_csv() with a button because I “think” that the right-click to save option is only available with an Enterprise AgGrid license - but I could be wrong.)
Thank you!