The grid (core) ยท console.warn
filter references unknown column "{col}"; the condition passes every row
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › filter:col:*
- Identifier
filter:col:*- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
A condition names a column that has no data handle - it is not a column of this grid, or it is not loaded. There is nothing to test, so the condition passes every row and the filter does not narrow anything.
The fix
Check the column id in the condition. A saved filter restored against a different column set is the usual cause.
Reference
Covered in full at the API reference.