Skip to content

Data Editor: add multi-select column #9137

@makerofmaps1

Description

@makerofmaps1

Checklist

  • I have searched the existing issues for similar feature requests.
  • I added a descriptive title and summary to this issue.

Summary

Column configurations (st.column_config) for st.data_editor only has a configuration for a select box (like st.selectbox) where the user can select one choice from the options. We have a use-case where it would be helpful in st.data_editor for the user to be able to select multiple choices from the options like st.multiselect.

Why?

This is a data entry/editing interface where the user can select multiple "tags" for a single row of data.

How?

Logical syntax would be st.column_config.MultiSelect, and return a Python list in the st.data_editor multi-select column.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature:st.column_configRelated to column configuration functionalityfeature:st.data_editorRelated to the `st.data_editor` widgettype:enhancementRequests for feature enhancements or new features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions