I need table bound data total rows number for further loop. How can we get table rows count?
I'm getting undefined
on button press:
var tab= this.getView().byId("idOrderDetailTable");
var obj = tab.getBindingContext("ProductCollection");
console.log(" >> ",obj );