|
@@ -28,6 +28,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
[
|
|
[
|
|
{checkbox: true},
|
|
{checkbox: true},
|
|
{field: 'id', title: __('Id')},
|
|
{field: 'id', title: __('Id')},
|
|
|
|
+ {field: 'image', title: __('Image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
{field: 'name', title: __('Name'), operate: 'LIKE'},
|
|
{field: 'name', title: __('Name'), operate: 'LIKE'},
|
|
{field: 'name_en', title: __('Name_en'), operate: 'LIKE'},
|
|
{field: 'name_en', title: __('Name_en'), operate: 'LIKE'},
|
|
{field: 'lesson_ids', title: __('Lesson_ids'), operate: 'LIKE'},
|
|
{field: 'lesson_ids', title: __('Lesson_ids'), operate: 'LIKE'},
|