...
|
...
|
@@ -35,7 +35,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
{field: 'salary', title: __('Salary')},
|
|
|
{field: 'address', title: __('Address')},
|
|
|
{field: 'qualification', title: __('Qualification'), events: Table.api.events.image, formatter: Table.api.formatter.images},
|
|
|
{field: 'resume', title: __('Resume')},
|
|
|
{field: 'resume', title: __('Resume'), formatter: Table.api.formatter.file},
|
|
|
{field: 'resume_name', title: __('Resume_name')},
|
|
|
{field: 'status', title: __('Status'), searchList: {"0":__('Status 0'),"1":__('Status 1')}, formatter: Table.api.formatter.status},
|
|
|
{field: 'is_download', title: __('Is_download'), searchList: {"0":__('Is_download 0'),"1":__('Is_download 1')}, formatter: Table.api.formatter.normal},
|
...
|
...
|
|