Lattice Grid Buy a licence

The grid (rendering) ยท console.warn

scroll.toColumn: no visible column '{id}'

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

Warnings referencescrollToColumn:*

Identifier
scrollToColumn:*
Raised by
The grid (rendering)
Since
1.0.1

What happened

scroll.toColumn() named a column that is not in the visible set - it is hidden, or it does not exist. No scroll happened.

The fix

Check the id against grid.columns.visible(). A pinned column needs no scrolling and returns without moving, which is not reported.

Reference

Covered in full at the API reference.