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

Re: How can deselect my list when I click the "Listo" button and update the list?

$
0
0

In master onInit

 

var that = this;

sap.ui.getCore().getEventBus().subscribe("app", "RemoveSelectionEvt", function (sChannelId, sEventId, oData) {

that.byId("list").removeSelections(true);

});

 

 

in Detail in Listo

 

sap.ui.getCore().getEventBus().publish("app", "RemoveSelectionEvt");


Viewing all articles
Browse latest Browse all 8950

Trending Articles



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