onTableUpdateFinished: function (oEvent) {
var iRows = oEvent.getSource().getBinding("items").getLength();
var oItemCountText = this.byId("itemCountText");
oItemCountText.setText("총 항목: " + "(" + iRows + ")");
}