The grid (core) ยท console.warn
sort ignores unknown column "{col}".
Printed by The grid (core), prefixed [lattice], since 1.56.0.
Warnings reference › grid.sort.unknown.*
- Identifier
grid.sort.unknown.*- Raised by
- The grid (core)
- Since
- 1.56.0
What happened
A sort entry names a column this grid does not have, so that entry is dropped and the remaining entries are applied. A saved view restored against a different column set is the usual cause.
The fix
Check the column id. A column the user cannot read is also dropped, silently, by the permissions check that follows.
Reference
Covered in full at the API reference.