Datatable: Add custom icon (any html compent) with every value in column

How to add custom anchor tag in front of every value in particular column in datatable ?

you can use template

columns:[
  { id:"email", template:"<a href='details.php?id=#id#'>link</a> #email#" }