Hi everybody,
I am trying to show a list of reports links in a table to allow the user to get them clicking on that link.
I can pass the list using a callback and setting the column as ‘presentation’:‘markdown’.
Each element of the list has the following structure:
File : [ Name ] ( Link)
The list is shown properly but instead of showing the (Link), it shows me http://127.0.0.1:8050/(Link)
I cant figure out why.
If someone have an idea how to avoid having the http://127.0.0.1:8050/ into the Link I would really apreciate.
I just solved. The problem was that I was writing (‘Link’) instead of (Link).