Tristan Thrush commited on
Commit
a288d91
1 Parent(s): aa1e2a0

removed fit column from ag grid

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,4 +194,4 @@ gb.configure_column(
194
  )
195
 
196
  go = gb.build()
197
- AgGrid(dataset_df, gridOptions=go, allow_unsafe_jscode=True, fit_columns_on_grid_load=True)
 
194
  )
195
 
196
  go = gb.build()
197
+ AgGrid(dataset_df, gridOptions=go, allow_unsafe_jscode=True)