$scope.addColumn = function() {
        if ($scope.isTable() && $scope.isTableSelection()) {
            targetObjectService.showAddColumnDialog();
        }
    };