DmitrMakeev
commited on
Update data_gc_tab.html
Browse files- data_gc_tab.html +2 -2
data_gc_tab.html
CHANGED
@@ -106,9 +106,9 @@
|
|
106 |
paginationSize: 50, // number of rows per page
|
107 |
columns: [
|
108 |
{title:"Номер в списке", field:"id"},
|
109 |
-
{title:"Имя", field:"name", width:
|
110 |
{title:"Телефон", field:"phone", width:100},
|
111 |
-
{title:"Email", field:"email", width:
|
112 |
{title:"Куратор", field:"curator"},
|
113 |
{title:"Заказ", field:"shop_statys_full", formatter: function(cell, formatterParams, onRendered) {
|
114 |
var status = cell.getValue();
|
|
|
106 |
paginationSize: 50, // number of rows per page
|
107 |
columns: [
|
108 |
{title:"Номер в списке", field:"id"},
|
109 |
+
{title:"Имя", field:"name", width:120},
|
110 |
{title:"Телефон", field:"phone", width:100},
|
111 |
+
{title:"Email", field:"email", width:150},
|
112 |
{title:"Куратор", field:"curator"},
|
113 |
{title:"Заказ", field:"shop_statys_full", formatter: function(cell, formatterParams, onRendered) {
|
114 |
var status = cell.getValue();
|