The grid (rendering) ยท console.warn
Column '{colId}' cell.tooltip render threw; no tooltip was shown.
Printed by The grid (rendering), prefixed [lattice], since 1.59.0.
Warnings reference › tooltip-render:*
- Identifier
tooltip-render:*- Raised by
- The grid (rendering)
- Since
- 1.59.0
What happened
The tooltip's render threw, so nothing is shown for that cell. The grid keeps working and the tooltip machinery stays alive for other columns.
The fix
The error is attached to the console line. render receives the cell params and must return an element, a spec, an { html } wrapper or a string.
Reference
Covered in full at the API reference.