diff --git a/sde_indexing_helper/static/js/candidate_url_list.js b/sde_indexing_helper/static/js/candidate_url_list.js index 56bf4882..d7891aea 100644 --- a/sde_indexing_helper/static/js/candidate_url_list.js +++ b/sde_indexing_helper/static/js/candidate_url_list.js @@ -349,7 +349,12 @@ function initializeDataTable() { class: "text-center whiteText", sortable: true, }, - { data: "reason", class: "text-center whiteText", sortable: false }, + { + data: "reason", + class: "text-center whiteText", + sortable: false, + visible: false, + }, { data: "candidate_urls_count", class: "text-center whiteText",