The grid (core) ยท console.warn
the permissions callback threw for column "{colId}"; the column was treated as "{closed}". Permissions fail closed, so a broken callback removes columns rather than exposing them.
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › permissions.throw:*
- Identifier
permissions.throw:*- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
The permissions callback threw while resolving one column. That column is closed, and the reporting is per column, so a callback that throws for one column only names that one.
The fix
The error is attached to the console line. The callback is called for every column, including generated ones such as the auto-group column, which is the usual cause of a first throw.
Reference
Covered in full at the API reference.