The grid (rendering) ยท console.warn
column "{colId}" has no filter to open.
Printed by The grid (rendering), prefixed [lattice], since 1.0.1.
Warnings reference › filtermenu:*
- Identifier
filtermenu:*- Raised by
- The grid (rendering)
- Since
- 1.0.1
What happened
The filter menu was opened for a column that resolves to no filter - filtering is disabled for it, or its type maps to no default filter. Nothing was opened.
The fix
Enable filtering on the column, or give it a filter type.
The smallest fix
columns: [{ id: 'status', filter: { enabled: true, type: 'set' } }]
Reference
Covered in full at the API reference.