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
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:


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. 馃憤
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:
Hope it will solve your issue.