Hello, I’m trying to figure out how to specify the 'template' format for the “Report Link” below and I’ve tried a number of formats like the following but I get the “Missing attribute name” message and i've attached a word doc that shows the grid data without the template just to show that the grid is showing data, thanks for any pointers on this!
‘template' : '<a href="#=reportLink#">#=Report
Link#</a>'
<div id="gridAppUsers" data-role="grid" data-columns="[ { 'title' : 'Report', 'field' : 'reportLabel' }, { 'title' : 'Report Link', 'field' : 'reportLink', 'template' : '<a href="#=reportLink#">#=Report Link#</a>' } ]" data-editable="inline" data-sortable="true" data-scrollable="true" data-selectable="single, row" data-bind="source: reportDs">