|
@@ -25,6 +25,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template'], function
|
|
|
[
|
|
|
{field: 'state', checkbox: true,},
|
|
|
{field: 'id', title: 'ID'},
|
|
|
+ {field: 'type', title: __('Type'), searchList: {"1": __('Type 1'), "2": __('Type 2'), "3": __('Type 3')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'title', title: __('Title'), align: 'left', formatter: Controller.api.formatter.title, clickToSelect: !false},
|
|
|
{field: 'icon', title: __('Icon'), formatter: Controller.api.formatter.icon},
|
|
|
// {field: 'name', title: __('Name'), align: 'left', formatter: Controller.api.formatter.name},
|