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#" }
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#" }