Hi,
is it possible to disable editing only single columns or cells and not the whole Dataframe using st.experimental_data_editor?
Thanks for your help!
Hi,
is it possible to disable editing only single columns or cells and not the whole Dataframe using st.experimental_data_editor?
Thanks for your help!
We’re working on it right now!
Would it also be possible to turn indiviual cells of the editable data editor into selectboxes? @jrieke
Currently, you can turn all cells within a column into selectboxes by making the column categorical. However, this means everything in the column is picking from the same list. It’s not currently possible to dynamically define that list conditioned the row or another cell.
Thanks alot! I had totally missed this
The data editor is scheduled to be de-experimentalized in the next release, I believe. I’m guessing we’ll see it next week. Keep an eye out for Streamlit 1.23!
The code to disable columns for editing has already been merged into the develop branch.
You can always play with streamlit-nightly if you want an early peek.