$scope.confirmDeleteSelectedColumn = function() {
        if ($scope.isTable() && $scope.isColumnSelection()) {
            $scope.showConfirmDialog(
                "Once deleted data will be undone. Would you really like to delete the selected column?",
                "Yes",