Ag-Grid scrollbars, tooltips and checkboxes on Streamlit

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?:

  1. Forcing horizontal and vertical scrollbars to appear
  2. Changing the colour of the tooltip background and/or the tooltip text
  3. 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!

Bump

Does anyone know how to always show horizontal scrollbars?

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.