메뉴 건너뛰기

SAP 한국 커뮤니티

        onTableUpdateFinished: function (oEvent) {
            var iRows = oEvent.getSource().getBinding("items").getLength();

            var oItemCountText = this.byId("itemCountText");
            oItemCountText.setText("총 항목: " + "(" + iRows + ")");
        }