The grid (rendering) ยท console.warn
config.fullWidth.when threw: {error}; the row is rendered normally.
Printed by The grid (rendering), prefixed [lattice], since 1.6.0.
Warnings reference › fullWidth.when.threw
- Identifier
fullWidth.when.threw- Raised by
- The grid (rendering)
- Since
- 1.6.0
What happened
The predicate that decides whether a row spans every column threw. It is treated as false, so the row renders as an ordinary row; the grid keeps painting. Reported once however many rows hit it.
The fix
The error's message is quoted in the line. when is called for every rendered row, including group rows and rows whose data is still loading.
Reference
Covered in full at the API reference.