Hi,I'm trying to bind sap.ui.table.but table is not rendering.Kindly check below code: var Model=new sap.ui.model.json.JSONModel(); //Model.loadData("model/first.json", null, false, 'GET', false, false, null); var tab=this.getView().byId("tabid"); ...