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

Re: Getting the input value from the first row of sap.m.Table

$
0
0

Hi Venkata,

 

U can set first row as selected by default by using

 

var rowSet= oTable.getItems(); 


rowSet[0].setSelected(true); 


And you can get the values from the selected rows by using


  var contexts = oTable.getSelectedContexts();



Regards,

Malthesha Sungar


Viewing all articles
Browse latest Browse all 2806

Trending Articles