The grid (core) ยท console.warn
edit.enabled threw for column '{colId}'; the cell was treated as read-only.
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › edit.enabled.throw:*
- Identifier
edit.enabled.throw:*- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
The per-cell edit.enabled predicate threw. The cell is treated as read-only - the closed answer, so a broken predicate cannot open a cell that should have been locked.
The fix
The error is attached to the console line. The predicate is called with the cell params for every cell of the column, including ones whose row data is incomplete.
Reference
Covered in full at the API reference.