PablocFonseca / streamlit-aggrid

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

Fixing problems using st.tabs #203

Open igorVinicius opened 1 year ago

igorVinicius commented 1 year ago

Removing the element padding bugs the tab streamlit engine.

broccoliboy commented 1 year ago

Hi @igorVinicius, I've been having issues with st.tabs too. I tried your fix but it didn't seem to have any effect. Take a look at #204 and see if it could work for you too.