Resource view heading html
Is there any way to add html into the heading of resource view.
II want to get something like
<h1>Batch <span class="text-primary">AUDITS_05_10_23</span></h1>
But returning html in the getHeading()
function just prints the span mark up.
Cheers Dan5 Replies
Solution
Return a
new HtmlString('')
no that doesn't seem to work π€
Sorry fixed it, the rturn type was String instead of htmlString
Just wanted to point that out π
this works
π
Good, you fixed it π