The grid (core) · console.warn
columns.decorate('{id}', …): no column with id '{id}'.
Printed by The grid (core), prefixed [lattice], since 1.16.0.
Warnings reference › redecorate:*
- Identifier
redecorate:*- Raised by
- The grid (core)
- Since
- 1.16.0
What happened
columns.decorate() named a column that does not exist, so nothing was re-resolved and undefined was returned. Nothing on screen changed.
The fix
Check the id against grid.columns.all().
Reference
Covered in full at the API reference.