+(function ($) { 'use strict'; var columnList = [ { name: 'c_id', title: '제품(서비스) 아이디', data: 'c_id', visible: false }, { name: 'job_name', title: 'JOB 이름', data: 'job_name', render: function (data, type) { if (type === 'display') { if ([null, undefined, ''].includes(data)) { return getEmptyCell(); } else { return getDefaultCell(data); } } return data; }, defaultContent: getEmptyCell(), visible: true, }, { name: 'cron_exp', title: 'Cron Job', data: 'cron_exp', render: function (data, type, row) { if (type === 'display') { if ([null, undefined, ''].includes(data)) { return $("