Hi, I have found out that making a cell clickable by applying st.column_config.LinkColumn will turn the entire content to be treated as hyperlink. However, in my case the cell contains:
This is example https://foo.example.com
When I apply the config then clicking on the cell will try to open whole content as hyperlink. Is there a way to treat just the https://foo.example.com as a link to allow user to click on that?