Wijmo UI for the Web
setItems Method
wijmo.list Namespace > wijlist type : setItems Method
Items to be rendered by the wijlist.
The method sets the items for the wijlist to render.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var items; // Type:  array
    
    returnsValue = $(".selector").wijlist("setItems", items);
});
function setItems( 
   items : array
) : any;

Parameters

items
Items to be rendered by the wijlist.
See Also

Reference

wijlist type
wijlist jQuery Widget