The grid (core) ยท console.warn
sort ignores unknown column "{col}".
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › source.sort.*
- Identifier
source.sort.*- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
A sort entry names a column the source has no data handle for, so that entry is dropped. With a single-entry sort the rows come back unsorted; with several, the remaining entries still apply.
The fix
Check the column id in the sort.
Reference
Covered in full at the API reference.