In the link column configuration, add:
'format' => 'html',
or if you want to add additional markup
'format' => 'raw',
In case, rawdo not forget to encode the values coming from external users, because they are not executed automatically.
source
share