Wijmo UI for the Web
dataSource Field
wijmo.combobox Namespace > WijComboboxOptions Interface : dataSource Field

wijdataview to which this wijcombobox is bound.

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: wijdataview
value = instance.dataSource;
var dataSource : wijdataview;
Remarks
This option is used if this wijcombobox is bound to a wijdataview. In that case, you can also specify a mapping option to select the properties to bind to, and the data option returns an array of objects containing value and label property values determined by that mapping.
See Also

Reference

WijComboboxOptions Interface