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

Not able to disable `columns_panel` #88

Closed malavikaramprasad closed 6 months ago

malavikaramprasad commented 2 years ago

Issue:

Not able to disable columns_panel with configure_side_bar.

Why?

This is because https://github.com/PablocFonseca/streamlit-aggrid/blob/main/st_aggrid/grid_options_builder.py#L168 overrides the value passed in the parameter in https://github.com/PablocFonseca/streamlit-aggrid/blob/main/st_aggrid/grid_options_builder.py#L145

elcronos commented 1 year ago

Any progress on this?