cancel
Showing results for 
Search instead for 
Did you mean: 

sap.m.table

04-04-2019 8:36 AM
449 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

How to get the table View in controller.js without using table Id

Example:

var oTable = this.getView().byId("tableId");

var oBinding = oTable.getBinding("items");

this gives me :

"f {mEventRegistry: {…}, oModel: constructor, bRelative: false, sPath: "/studentname", oContext: undefined, …}"

how to get the table view without using ID?

0 Likes

Accepted Solutions (0)

Answers (0)