...
|
...
|
@@ -34,7 +34,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
{field: 'salary', title: __('Salary')},
|
|
|
{field: 'address', title: __('Address')},
|
|
|
{field: 'house_number', title: __('House_number')},
|
|
|
{field: 'mobile', title: __('Mobile'), searchable: false},
|
|
|
{field: 'phone', title: __('Phone')},
|
|
|
{field: 'description', title: __('Description')},
|
|
|
{field: 'other_desc', title: __('Other_desc')},
|
|
|
{field: 'status', title: __('Status'), searchList: {"0":__('Status 0'),"1":__('Status 1')}, formatter: Table.api.formatter.status},
|
...
|
...
|
|