Hi experts,
I am able to get selected rows as array objects. but I am not able to get the data binded to each rows.
my code is given below. how can I get the data binded to each rows.
<= MY CODE =>
var oPC1 = this.getView().byId("planningCalendar");
sap.m.MessageToast.show(oPC1.getSelectedRows());
console.log(oPC1.getSelectedRows());