-2
<td>{{variable.atr}}</td>

How to make above element clickable and open new tab? Thanks

achilles
  • 327
  • 5
  • 16

1 Answers1

0

You could try

<td><a href="xxx" target="_blank">{{variable.atr}}</a></td>
Xiao
  • 997
  • 9
  • 14