freemt
commited on
Commit
·
d5b5fe3
1
Parent(s):
d88be6c
Update st_aggrid reload=True
Browse files- litbee/fetch_upload.py +1 -0
litbee/fetch_upload.py
CHANGED
@@ -207,6 +207,7 @@ def fetch_upload():
|
|
207 |
df_a,
|
208 |
gridOptions=gridOptions,
|
209 |
key="outside",
|
|
|
210 |
editable=True,
|
211 |
# width="100%", # width parameter is deprecated
|
212 |
height=750,
|
|
|
207 |
df_a,
|
208 |
gridOptions=gridOptions,
|
209 |
key="outside",
|
210 |
+
reload_data=True,
|
211 |
editable=True,
|
212 |
# width="100%", # width parameter is deprecated
|
213 |
height=750,
|