switched to default column width behaviour
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user