vl.lookupData(data)
Specify a lookup on a secondary data source.
The behavior of this method depends on the argument type:
Array
, sets the values
property.Iterable
, sets the values
property.String
, sets the url
property.lookupData
Method OverviewlookupData
API Reference# lookupData.data(value)
Secondary data source to lookup in.
# lookupData.fields(…value)
Fields in foreign data or selection to lookup. If not specified, the entire object is queried.
# lookupData.key(value)
Key in data to lookup.