Lattice Grid Buy a licence

The grid (rendering) ยท console.warn

Column '{colId}' template contains <{tag}>, which is not allowed in a cell template. It was dropped.

Printed by The grid (rendering), prefixed [lattice], since 1.0.1.

Warnings referencetpl-tag:*:*

Identifier
tpl-tag:*:*
Raised by
The grid (rendering)
Since
1.0.1

What happened

The template used a tag on the forbidden list - script, style, iframe and their relatives. The element and its content are dropped from the compiled template; the rest of the template renders normally.

The fix

Build the content with a component renderer if it genuinely needs one of those elements. A cell template is for text and simple markup.

Reference

Covered in full at the API reference.