|
@@ -30,9 +30,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'image', title: __('Image'), events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
{field: 'product_id', title: __('product_id'),visible:false},
|
|
|
{field: 'product.title', title: __('Product title')},
|
|
|
- {field: 'background', title: __('Background'),formatter:function (value, row, index) {
|
|
|
+ /*{field: 'background', title: __('Background'),formatter:function (value, row, index) {
|
|
|
return '<p style="background:'+value+'">'+value+'</p>';
|
|
|
- }},
|
|
|
+ }},*/
|
|
|
{field: 'position', title: __('Position'),visible:false},
|
|
|
{field: 'status', title: __('Status'),formatter: Table.api.formatter.toggle},
|
|
|
{field: 'weigh', title: __('Weigh')},
|