St.data_editor

I have something like
selected_df=st.data_editor(df,hide_index=True,disabled=DisabledCols,column_config={“select”:st.column_config.Checkboxcolumn(required=True)},height=h)
This height h i want to be dynamic in a way that if any select box is checked then i want height to be 200 else 700

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.