PablocFonseca / streamlit-aggrid

Implementation of Ag-Grid component for Streamlit
https://pypi.org/project/streamlit-aggrid/
MIT License
1.06k stars 202 forks source link

Dark mode? #68

Closed john-mercer-allstripes closed 2 years ago

john-mercer-allstripes commented 2 years ago

Is there a dark mode so that when streamlit is in darkmode the table shows up black background and white text?

vbabaria commented 2 years ago

Dark mode is cool, however I loose horizontal scrollbar. (not sure if i missed any settings)

john-mercer-allstripes commented 2 years ago

@PablocFonseca is there a dark mode parm so aggrid jives with streamlit in darkmode?

PablocFonseca commented 2 years ago

try setting theme='streamlit'. AgGrid will follow streamlit current theme.