Need your help please...!!!
I need to place links in one of the field of a data grid. I have attached sample format (link.jpg).
Output should be in this format: link.jpg
I am getting the output: Myoutput.png
Here is my code: I have tried with the below code but it is not displaying as a link.
columns: [{
template: "<a ui-sref='transaction_view/{{timePeriod}}'>TD</a>",text: " ",title: " ",width: "50px"},{
field: "Market",
title: "Market",
width: "60px"
},{
field: "Success",
title: "Success",
width: "50px"
},{
field: "Error",
title: "Error",
width: "50px"
},{
field: "InQueue",
title: "InQueue",
width: "50px"