PablocFonseca / streamlit-aggrid

Implementation of Ag-Grid component for Streamlit
https://pypi.org/project/streamlit-aggrid/
MIT License
992 stars 190 forks source link

Multiselect dropdown list for aggrid column #240

Open xliyuan opened 9 months ago

xliyuan commented 9 months ago

Hi,

Nowadays, single select drop down is available through cellEditor='agSelectCellEditor' in configure_column. How about multi selection dropdown list? Moreover, there were choices of tag_a and tag_b, but no tag_c at the first moment in the dropdown list. So I can create tag_c directly from the input area and get selected.

Thanks!