Redash: Redash 4.0.0, URLs no longer being rendered as hyperlinks on table views

Created on 9 Jan 2018  路  4Comments  路  Source: getredash/redash

Hi all,

I upgraded to master yesterday and I am loving it.

Just one issue I've discovered is that on one of my table views which has a column containing URLs, it is no longer being rendered as a clickable link on my dashboard.

On version 2.2.2 you could click those links which were default (target=_blank)

I see this logic for rendering is handled by formats.js, if its ok with you I can create a new type called link and make a pull request?

Thanks

Most helpful comment

Hi @tomaytotomato!

Recently we changed table visualization to make it more powerful. Sadly, some new features were not backward-compatible, so now you need to explicitly enable them: open table visualization editor (click "Edit" button under the table), and then choose formatter for your column:

image
image

Hope it will solve your issue.

All 4 comments

Hi @tomaytotomato!

Recently we changed table visualization to make it more powerful. Sadly, some new features were not backward-compatible, so now you need to explicitly enable them: open table visualization editor (click "Edit" button under the table), and then choose formatter for your column:

image
image

Hope it will solve your issue.

@tomaytotomato are you sure you're using v3 and not the master branch? Because the changes @kravets-levko mentioned were not part of the v3 release.

Sorry it is master

Now it all makes sense. 馃憤

Was this page helpful?
0 / 5 - 0 ratings