|
@@ -35,6 +35,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template'], function
|
|
|
{field: 'component', title: __('component')},
|
|
|
{field: 'component_name', title: __('component_name')},
|
|
|
{field: 'status', title: __('Status'), formatter: Table.api.formatter.status},
|
|
|
+ {field: 'visible', title: __('Visible'), searchList: {"1": __('Visible 1'), "0": __('Visible 0')}, formatter: Table.api.formatter.normal},
|
|
|
{
|
|
|
field: 'ismenu',
|
|
|
title: __('Ismenu'),
|