Wijmo UI for the Web
dataSource Option
wijmo.combobox.wijcombobox Namespace > options type : dataSource Option

Default value: null

wijdataview to which this wijcombobox is bound.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijdataview
    returnsValue = $(".selector").wijcombobox("option", "dataSource");
    
    // Set value
    var newValue; // Type:  wijdataview
    $(".selector").wijcombobox("option", "dataSource", newValue);
        
});
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

options type
wijcombobox jQuery Widget