The grid (rendering) ยท console.warn
More than one card presentation is set ({list}); only {first} draws. Set exactly one of rowTemplate, gallery, recordCard, board or pivotView.
Printed by The grid (rendering), prefixed [lattice], since 1.19.0.
Warnings reference › presentation.conflict
- Identifier
presentation.conflict- Raised by
- The grid (rendering)
- Since
- 1.19.0
What happened
The card presentations are alternatives, not layers: each one replaces the table body entirely. With more than one configured the first in the fixed order draws and the rest are ignored, so the presentation you see may not be the one you added most recently.
The fix
Configure exactly one of them.
Reference
Covered in full at the API reference.