How to implement st.column_config.MultiselectboxColumn for columns in st.data_editor.

Need to implement st.column_config.MultiselectColumn within st.data_editor.
Currently, Streamlit doesn’t support multi-select columns directly in data_editor . Has anyone found a workaround or alternative approach for enabling multi-select functionality per row?

It is not currently supported but there is a prototype in development: [Prototype] Multi-select column by lukasmasuch · Pull Request #9223 · streamlit/streamlit · GitHub