The grid (core) ยท console.warn
pivot requested but ctx.compute.pivot is not available; showing unpivoted rows.
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › source.pivot.kernel
- Identifier
source.pivot.kernel- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
Pivoting is done by a compute kernel and this build has none loaded, so the pivot is skipped and the grid shows its ordinary rows and columns.
The fix
This is a packaging shape: the compute kernels must be reachable. Importing the grid from the published bundle rather than a hand-assembled subset is the reliable route.
Reference
Covered in full at the API reference.