Summary
Hi, I am creating a Data Editor with st.column_config.SelectboxColumn. However, I would like to have different options in each row of the select box. For example, each row corresponds to one user and for each user, there will be most common common tags that are associated with the specific user.
To be honest, I don’t really need something to be selected, but it’s a nice functionality that you can have it as a ‘dropdown menu’ and see certain information for each user. Is there a way to do this?