Lattice Grid Buy a licence

The grid (rendering) ยท console.warn

column "{colId}" has no editor.

Printed by The grid (rendering), prefixed [lattice], since 1.0.1.

Warnings referencecelledit.noeditor:*

Identifier
celledit.noeditor:*
Raised by
The grid (rendering)
Since
1.0.1

What happened

An edit was started on a column that resolves to no editor at all - editing is disabled for it, or its type and configuration name nothing that can be built. No editing session started and the cell is unchanged.

The fix

Enable editing on the column and give it an editor, or a type that supplies a default one.

The smallest fix

columns: [{ id: 'name', edit: { enabled: true } }]

Reference

Covered in full at the API reference.