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

Re: Remove Selected Rows from sap.ui.table Urgent help needed

$
0
0

Sorry for the trouble got it working by using this code :

 

for ( i = oItems.length-1; i >=0; --i) {

  var id = oItems[i];

 

  path = oTable.getContextByIndex(id).sPath; -- > this line made the difference

 

 

 

  idx = parseInt(path.substring(path.lastIndexOf('/') + 1));

 

 

  data.splice(idx, 1);

  }


Viewing all articles
Browse latest Browse all 923

Trending Articles



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