Lattice Grid Buy a licence

The grid (core) ยท console.warn

column "{id}" is not resizable; the resize was ignored

Printed by The grid (core), prefixed [lattice], since 1.6.0.

Warnings referenceresize:*

Identifier
resize:*
Raised by
The grid (core)
Since
1.6.0

What happened

The column declares layout.resizable: false, so the new width - from a drag or from the API - was refused and the column keeps its width.

The fix

Clear layout.resizable: false on the column if it should be resizable.

Reference

Covered in full at the API reference.