Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9656

Re: UX3 DataSet bind

$
0
0

it has what you asked for, just explore the source

 

 

var oDataSet = new sap.ui.ux3.DataSet("RootSet");

 

oDataSet.setModel(oModel);

 

var oItem = new sap.ui.ux3.DataSetItem({

  title : "{title}",

  iconSrc : "{imageSrc}"

  });

 

oDataSet.bindItems("/test", oItem);


Viewing all articles
Browse latest Browse all 9656

Trending Articles