The grid (core) ยท console.warn
value.apply threw for column '{colId}'; the edit was discarded.
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › edit.apply.throw:*
- Identifier
edit.apply.throw:*- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
The column's value.apply - the hook that writes an edited value back into the row - threw. The edit is discarded and the cell keeps its old value, because a half-applied write is worse than none.
The fix
The error is attached to the console line.
Reference
Covered in full at the API reference.