How to add a color picker inside a table in Streamlit?

I want to add a color picker inside a table in Streamlit, similar to st.column_config.CheckboxColumn or BarChartColumn.

1 Like

Hi @Thanaraklee

I’m not sure if what you want is currently available / possible. You could try this work around: Streamlit 1.49 has dataframe selections. Use this to trigger a color picker in a popover basis the current user row and column selection, if possible.

Cheers

PS: I haven’t tried 1.49 as yet