...
|
...
|
@@ -25,6 +25,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
columns: [
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('ID')},
|
|
|
{field: 'title', title: __('Title'), operate: 'LIKE'},
|
|
|
// {field: 'school_id', title: __('School_id')},
|
|
|
// {field: 'activity_id', title: __('Activity_id')},
|
...
|
...
|
|