Lattice Grid Buy a licence

The grid (rendering) ยท console.warn

Column '{colId}' template uses a '{attr}' with a refused scheme. The attribute was dropped.

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

Warnings referencetpl-url:*:*

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

What happened

A URL-bearing attribute (href, src, and the like) holds a static value whose scheme is refused - javascript: and its relatives. The attribute is dropped, so the link or image renders inert rather than as an execution route.

The fix

Use http:, https:, mailto: or a relative URL. A dynamic value assembled from data is checked at paint time, not here.

Reference

Covered in full at the API reference.