Can a New-UDLink go inside a New-UDTable column?

I have something like this and this works for me:

New-UDTableColumn -Property "Name" -Render {
  New-Udlink -Text $EventData.Name -Url $EventData.Url -OpenInNewWindow
 }

(I use EventData to retrieve the Name and Url that are part of the table)
image