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,
|
||||
height=height,
|
||||
theme="streamlit",
|
||||
fit_columns_on_grid_load=True,
|
||||
reload_data=reload_data,
|
||||
key=make_key(key, df, auto_height, pagination),
|
||||
**kwargs
|
||||
|
Reference in New Issue
Block a user