DmitrMakeev commited on
Commit
9153822
·
verified ·
1 Parent(s): 39d58c3

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +1 -1
data_gc_tab.html CHANGED
@@ -227,7 +227,7 @@
227
  {title:"WhatsApp", field:"phone", formatter: function(cell, formatterParams, onRendered) {
228
  var phone = cell.getValue();
229
  return `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">${phone}</a>`;
230
- }, width:100},
231
 
232
  {title:"Email", field:"email", width:120},
233
  {title:"Куратор", field:"curator", formatter: linkFormatter},
 
227
  {title:"WhatsApp", field:"phone", formatter: function(cell, formatterParams, onRendered) {
228
  var phone = cell.getValue();
229
  return `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">${phone}</a>`;
230
+ }, width:120},
231
 
232
  {title:"Email", field:"email", width:120},
233
  {title:"Куратор", field:"curator", formatter: linkFormatter},