The grid (rendering) ยท console.warn
unknown filter "{name}"; falling back to the data type default
Printed by The grid (rendering), prefixed [lattice], since 1.0.1.
Warnings reference › filter:missing:*
- Identifier
filter:missing:*- Raised by
- The grid (rendering)
- Since
- 1.0.1
What happened
A column named a filter that is registered neither in the grid's registry nor among the built-ins, so the filter its data type would have chosen is used instead. The column still filters, with a different UI and possibly different operators from the one you asked for.
The fix
Register the filter under that name, use a built-in name, or pass the constructor directly.
Reference
Covered in full at the API reference.