The grid (core) ยท console.warn
column '{colId}' is editable but has neither a field nor value.apply, so the edit had nowhere to go.
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › edit.nofield:*
- Identifier
edit.nofield:*- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
The column accepts edits and defines no destination for them: no field to write, no value.apply to call. The edit is refused and the cell is unchanged.
The fix
Give the column a field, or a value.apply that writes the value into the row.
Reference
Covered in full at the API reference.