|
@@ -30,6 +30,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'id', title: __('Id')},
|
|
|
{field: 'name', title: __('Name'), operate: 'LIKE'},
|
|
|
{field: 'name_en', title: __('Name_en'), operate: 'LIKE'},
|
|
|
+ {field: 'info', title: __('Info'), operate: 'LIKE'},
|
|
|
+ {field: 'info_en', title: __('Info_en'), operate: 'LIKE'},
|
|
|
{field: 'lesson_ids', title: __('Lesson_ids'), operate: 'LIKE'},
|
|
|
{field: 'image', title: __('Image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
{field: 'price', title: __('Price'), operate:'BETWEEN'},
|