svyLookup v1
Reference Guides
Overview
The svyLookup module provides a UX pattern for quickly finding and returning a record. It is similar to a type-ahead field, but allows for an extended UI, searching and data-binding.
This module provides an out-of-the-box grid implementation, but is also extensible to allow for other UI types
This quick screencast shows the example
Example

Example Usage
It takes just a few lines of code to configure and show a robust lookup component. The selected record can be handled in a callback.
Show Lookup
Handle selection in callback
Last updated
Was this helpful?