The grid (rendering) ยท console.warn
rowForm.container could not be resolved; the form opens over the grid instead.
Printed by The grid (rendering), prefixed [lattice], since 1.6.0.
Warnings reference › rowform:container
- Identifier
rowform:container- Raised by
- The grid (rendering)
- Since
- 1.6.0
What happened
A container was nominated for the row form and it could not be resolved to an element. The form still opens - over the grid, in its overlay layer - rather than being left with nowhere to appear, so the feature works and the placement is not the one asked for.
The fix
Check the selector or element. A container created after the grid, or one inside a component that has not mounted yet, is the usual cause.
Reference
Covered in full at the API reference.