I want to add a link(icon) next to my column title in the tag. I tried the following but get an error:
<display:column title="Workflow<img src=\"blah.png\"/>" property="model.title" maxLength="15" sortable="true" />
URI /Test/admin/deploymentManagement Class org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException Message Expecting '=' after attribute name
Any Suggestions or another way to do it ? Thanks