DmitrMakeev
commited on
Update data_gc_tab.html
Browse files- 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:
|
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},
|