DmitrMakeev commited on
Commit
f3f7d51
·
verified ·
1 Parent(s): 369d7ad

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +5 -5
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"},
110
- {title:"Телефон", field:"phone"},
111
- {title:"Email", field:"email"},
112
  {title:"Куратор", field:"curator"},
113
  {title:"Заказ", field:"shop_statys_full", formatter: function(cell, formatterParams, onRendered) {
114
  var status = cell.getValue();
@@ -124,8 +124,8 @@
124
  color = 'yellow';
125
  break;
126
  default:
127
- color = '#f2f2f2';
128
- }
129
  return `<div style="width: 60px; height: 20px; background-color: ${color};"></div>`;
130
  }},
131
  {title:"Ссылка на пользователя в GC", field:"ad_url", formatter: function(cell, formatterParams, onRendered) {
 
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();
 
124
  color = 'yellow';
125
  break;
126
  default:
127
+ color = '#f2f2f2';,
128
+ width:150 }
129
  return `<div style="width: 60px; height: 20px; background-color: ${color};"></div>`;
130
  }},
131
  {title:"Ссылка на пользователя в GC", field:"ad_url", formatter: function(cell, formatterParams, onRendered) {