Default value: null
This option is the wijdataview to which the wijlist is bound.
Syntax
$(function () {
// Get value
var returnsValue; // Type: wijdataview
returnsValue = $(".selector").wijlist("option", "dataSource");
// Set value
var newValue; // Type: wijdataview
$(".selector").wijlist("option", "dataSource", newValue);
});
var dataSource : wijdataview;
See Also