DmitrMakeev commited on
Commit
a31eabf
·
verified ·
1 Parent(s): 1fceb6d

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +4 -4
data_gc_tab.html CHANGED
@@ -108,10 +108,10 @@
108
  paginationSize: 50, // number of rows per page
109
  columns: [
110
  {title:"Номер в списке", field:"id", width:100},
111
- {title:"Имя", field:"name", width:150},
112
- {title:"Телефон", field:"phone", width:150},
113
- {title:"Email", field:"email", width:200},
114
- {title:"Куратор", field:"curator", width:150},
115
  {title:"Статус покупки", field:"shop_statys_full", formatter: function(cell, formatterParams, onRendered) {
116
  var status = cell.getValue();
117
  var color;
 
108
  paginationSize: 50, // number of rows per page
109
  columns: [
110
  {title:"Номер в списке", field:"id", width:100},
111
+ {title:"Имя", field:"name", width:10},
112
+ {title:"Телефон", field:"phone", width:10},
113
+ {title:"Email", field:"email", width:150},
114
+ {title:"Куратор", field:"curator", width:100},
115
  {title:"Статус покупки", field:"shop_statys_full", formatter: function(cell, formatterParams, onRendered) {
116
  var status = cell.getValue();
117
  var color;