Lattice Grid Buy a licence

The grid (rendering) · console.warn

config.recordCard is on but the grid has no columns and no template, so a card would draw nothing. Supply recordCard: { template: '…' } or add columns.

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

Warnings referencerecordCard.empty

Identifier
recordCard.empty
Raised by
The grid (rendering)
Since
1.19.0

What happened

As with the gallery: no template and no columns to build a default one from, so the card presentation is refused rather than drawing empty cards.

The fix

Give recordCard a template, or declare the grid's columns.

Reference

Covered in full at the API reference.