1) create a new item renderer based on link button
2) use appropriate styles to make it look like a URL the way
you want
3) use navigateToUrl global function to on the click handler
of this button
Here is a full example. Note that it uses a custom event, but
that is not really necessary. Instead, you can make a public
property in the renderer that contains the data you need, then
access that property in the result handler, via the "target"
event.property.