html template formatter not working

Please have a look at the page:

I tried to make use of the html template formatter but is hitting a problem:

When clicking on the highlighted “https:/www.google.com/search” you are redirect instead the url “https://bokeh.pydata.org/www.google.com/search”.

Howver while inspecting the a tag with the inspect panle, the url is correctly “https:/www.google.com/search”.

I have been trying to use that formatter for a datatable of mine, but are having the same problem (the location of the table file is appended before the actual link).

How crate a url link with the formatter that correctly redirect to the target page?

I have posted a more detailled description of my problem here:

Thanks!

···

Le dimanche 29 avril 2018 13:20:21 UTC+1, Vincent Konaté a écrit :

Please have a look at the page:

https://bokeh.pydata.org/en/latest/docs/reference/models/widgets.tables.html#bokeh.models.widgets.tables.HTMLTemplateFormatter

I tried to make use of the html template formatter but is hitting a problem:

When clicking on the highlighted “https:/www.google.com/search” you are redirect instead the url “https://bokeh.pydata.org/www.google.com/search”.

Howver while inspecting the a tag with the inspect panle, the url is correctly “https:/www.google.com/search”.

I have been trying to use that formatter for a datatable of mine, but are having the same problem (the location of the table file is appended before the actual link).

How crate a url link with the formatter that correctly redirect to the target page?