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?
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.