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
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
It is exactly what Iād like to do too. 
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!