Quantcast
Channel: SCN: Message List - SAP Manufacturing Integration and Intelligence (SAP MII)
Viewing all articles
Browse latest Browse all 4841

Re: set the value in UI5 DropDownBox

$
0
0

Hi Ria,

 

Thanks for the help...

I tried in below way also,

var sUrl = <URL FOR DATA>

 

 

var oModel = new sap.ui.model.json.JSONModel();

                       $.ajax({

               type: 'GET',

               url: sUrl,

             success: function (data) {

                 var rows = data.Rowsets.Rowset[0].Row; //returns all the rows

                 oModel.setData({modelData: rows});

                 oTable.setModel(oModel);

                 oTable.bindRows("/modelData");

               }

           });

 

Is that the bug or how?

Is that working for you if you pass from query?

 

Can you please help with the below threads if you have any idea?

UI5 Table refresh

 

 

http://scn.sap.com/thread/3597797

 

 

Regards

G.Partheeban


Viewing all articles
Browse latest Browse all 4841

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>