Clickable links in kibana

Leave that part i will handle. Please tell me how can i create a link in kibana data tables?

I checked these tickets but couldn't find any helpful results:
1 - https://github.com/elastic/kibana/issues/363
2 - https://github.com/elastic/kibana/pull/444
3 - External URL links

Also i saved url in ES field. Suppose i have a field 'details' and it contains value 'http://google.com' and when i create a data table using 'Terms' aggs it creates the data table.
But i'm still not able to click on it as it is supposed to open a new tab.

ES version : 1.6.0
Kibana version : 4.1.1

Thank you