The grid (core) ยท console.warn
find.open(): the find bar is off (config.find is false); grid.find(text) still searches, and find.matches() lists the results.
Printed by The grid (core), prefixed [lattice], since 1.48.0.
Warnings reference › find:disabled
- Identifier
find:disabled- Raised by
- The grid (core)
- Since
- 1.48.0
What happened
find.open() was called with the find UI switched off in the configuration, so no bar appears. The search machinery itself is untouched - the state is still set - so the API-level search continues to work.
The fix
Remove find: false to get the bar, or drive the search through grid.find(text) and read find.matches() yourself.
Reference
Covered in full at the API reference.