Merge pull request #2193 from kensible/2177-matchJobLists

Matched job listings
This commit is contained in:
kensible
2016-06-09 10:01:17 -04:00

View File

@@ -73,8 +73,7 @@ export default
ngBind: 'completed_job.type_label', ngBind: 'completed_job.type_label',
link: false, link: false,
columnClass: "col-lg-2 col-md-2 hidden-sm hidden-xs", columnClass: "col-lg-2 col-md-2 hidden-sm hidden-xs",
columnShow: "showJobType", searchable: true,
searchOnly: true,
searchType: 'select', searchType: 'select',
searchOptions: [] // populated via GetChoices() in controller searchOptions: [] // populated via GetChoices() in controller
}, },