From b82e1bf855fb65d64f00141fd006b535e827aad7 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 2 Dec 2022 10:57:50 +0100 Subject: [PATCH] switched to default column width behaviour --- stand/widgets/aggrid.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stand/widgets/aggrid.py b/stand/widgets/aggrid.py index c889616..545f71f 100644 --- a/stand/widgets/aggrid.py +++ b/stand/widgets/aggrid.py @@ -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