switched to default column width behaviour

This commit is contained in:
2022-12-02 10:57:50 +01:00
parent 37ca97ea37
commit b82e1bf855

View File

@ -24,7 +24,6 @@ def aggrid(df, reload_data=False, height="auto", pagination=True, key=None, **kw
go, go,
height=height, height=height,
theme="streamlit", theme="streamlit",
fit_columns_on_grid_load=True,
reload_data=reload_data, reload_data=reload_data,
key=make_key(key, df, auto_height, pagination), key=make_key(key, df, auto_height, pagination),
**kwargs **kwargs