How to use links in tables #1125
-
Hello, I am wondering how to get links in tables to work. I have the following code
and rows
however clicking on the "link" does not do anything. Is there something that I'm missing to get this to work? Thanks and best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @derrick56007, this is currently not supported, tracked in #428. |
Beta Was this translation helpful? Give feedback.
-
The workaround for now is to use plain tables inside markdown, either through |
Beta Was this translation helpful? Give feedback.
The workaround for now is to use plain tables inside markdown, either through
ui.markdown_card()
orui.text()
, if you're OK with not usingui.table()
.Example: https://wave.h2o.ai/docs/examples/text