St.select_box in a st.data_editor with different select box options on each row

Hi,

I have a st.select_box column enabled in my st.data_editor. But I wanted to know if there’s a way to loop through a list of input_items and add different options for the select box on each row .Did anyone has any luck or a could point me in a way to have that implemented?

Streamlit=1.34.0
Python = 3.11

Thanks
Tej.

@Teja_S Did you find any solution for this.

This isn’t possible with st.data_editor at this time. The selectbox column is basically a categorical column and expects the same underlying set of categories for the whole column.

You can always submit a feature request on GitHub to help gather votes and let the devs know what people are most interested in.

Did you end up finding an answer, or a different way to get the same result?
thanks