How to add hyperlink to a column?

Hi, I have one column named ID, and I want to add hyperlink to each of the ID and when click the ID, it will link to another website, is it possible?

It is possible in Grafana nighly builds, this feature was added very recently. You can download latest nighly here:
https://grafana.com/grafana/download/5.0.0-8480pre1

Issue:
https://github.com/grafana/grafana/issues/3754

To use the feature add a column style for the ID column, and check the link checkbox

Thanks for your reply.