hi SAPUI5 ExpertsI'm binding a table through view controller this way:
sap.ui.define(["com/roma/zwm_merc/controller/BaseController", "com/roma/zwm_merc/model/formatter"], function(BaseController, formatter) { "use strict"; return BaseController.exten...