Dear,
1. I see the select Posted by (Employer - Company) in Job setting still working (see attachment) but it very slow because search in 14k company on your site. That is the problem of WordPress when use with big data because all posts type in WordPress i save in one database and it very slow when use search query.
2. If you want display it, please switch your site to use Jobmonster child theme then add custom code in file functions.php of child theme.
add_action('admin_head',function(){
echo '
<style>
.widefat .column-comments:not(.hidden),
.widefat .column-job_status:not(.hidden),
.widefat .column-application:not(.hidden),
.widefat .column-job_posted:not(.hidden){
display: block !important;
}
</style>
';
});
Best regards.