The grid (core) ยท console.warn
edit.confirm "manual" needs an edit.commit hook to send the write; optimistic tracking is off.
Printed by The grid (core), prefixed [lattice], since 1.4.0.
Warnings reference › edit.confirm.nocommit
- Identifier
edit.confirm.nocommit- Raised by
- The grid (core)
- Since
- 1.4.0
What happened
confirm: 'manual' means the grid holds an edit as pending until your code confirms it, which requires a commit hook to send the write in the first place. Without one there is nothing to confirm, so optimistic tracking is switched off entirely and edits are applied directly.
The fix
Supply edit.commit, or drop confirm: 'manual'.
Reference
Covered in full at the API reference.