DmitrMakeev commited on
Commit
abe4ca5
·
verified ·
1 Parent(s): b1eeb84

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. 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:150},
110
  {title:"Телефон", field:"phone", width:100},
111
- {title:"Email", field:"email", width:100},
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();