The grid (rendering) ยท console.warn
Column '{colId}' has a decoration of unsupported type '{type}'.
Printed by The grid (rendering), prefixed [lattice], since 1.0.1.
Warnings reference › dec-type:*
- Identifier
dec-type:*- Raised by
- The grid (rendering)
- Since
- 1.0.1
What happened
A column's decoration was neither a string naming a decoration nor an object describing one - a number, a boolean true, an array. The whole decoration is dropped and the column's cells render plain.
The fix
Give the decoration as a name, or as an object with a type.
The smallest fix
columns: [{ id: 'status', cell: { decoration: 'pill' } }]
Reference
Covered in full at the API reference.