The grid (core) ยท console.warn
rekeying an appended row from its temp key to the server key threw; selection, expansion, focus or in-flight cell writes on the row may still point at the temp key.
Printed by The grid (core), prefixed [lattice], since 1.26.0.
Warnings reference › pending.rows.rekey.throw
- Identifier
pending.rows.rekey.throw- Raised by
- The grid (core)
- Since
- 1.26.0
What happened
The row was saved and the server's id arrived, and moving every reference from the temporary key to the real one threw part of the way through. The engine's own bookkeeping is moved regardless, so what may be left behind is the host-side state listed in the message.
The fix
The error is attached to the console line. Clearing the selection and re-expanding after an append recovers the visible state.
Reference
Covered in full at the API reference.