While looking for a way to set a link within a cell in a Dash-Table, I thought I could use the tooltips
property with the markdown
type in order to find a workaround : Markdown Here Cheatsheet · adam-p/markdown-here Wiki · GitHub
And it works :
However, I can’t access the tooltip and therefore can’t click on the link, since it disappeared as soon as I unhover from the cell.
So, is there any way to either :
- Display the tooltip longer ? Maybe if the property
active_cell
is on? - Let the tooltip if you hover over the tooltip itself? If you try to copy the text for example.
I wonder if anyone already succeeded to access the tooltip ?