The grid (rendering) ยท console.warn
Column '{colId}' uses unknown decoration '{type}'. Valid decorations (spec 8.7): {list}.
Printed by The grid (rendering), prefixed [lattice], since 1.0.1.
Warnings reference › dec-name:*:*
- Identifier
dec-name:*:*- Raised by
- The grid (rendering)
- Since
- 1.0.1
What happened
The decoration's type is not one the renderer implements, so the decoration is dropped entirely and the cells render plain. No guess is made at what was meant.
The fix
Use one of the decoration names listed in the message.
The smallest fix
columns: [{ id: 'state', cell: { decoration: { type: 'pill' } } }]
Reference
Covered in full at the API reference.