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?
Request clarification before answering.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.