Lattice Grid Buy a licence

The grid (core) ยท console.warn

grouping is active on a grid configured with `tree`; the grouping wins and the hierarchy is not shown.

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

Warnings referencetree.grouped

Identifier
tree.grouped
Raised by
The grid (core)
Since
1.4.0

What happened

A tree and a grouping are two different hierarchies over the same rows and only one can be drawn. The grouping wins, so the tree structure is not shown until the grouping is cleared.

The fix

Clear the grouping (grid.columns.group([])) to see the tree again, or accept the grouping.

Reference

Covered in full at the API reference.