How can I create clickable column value and generate a pop up or redirect to another page in streamlit

I have a data frame in which a particular column values needs to clickable. If i click particular column value I should pop up.Inside pop up i have content to display

Can you guys please help am very new to streamlit

Thanks in advance

2 Likes

It is exactly what I’d like to do too. :thinking:

Hey @harry_lee, welcome to the community !

You can use a custom component streamlit-bokeh-events for this, check the datatable example here, https://github.com/ash2shukla/streamlit-bokeh-events/blob/master/example/data_table.py

Hope it helps!

2 Likes