DmitrMakeev
commited on
Commit
•
33b8738
1
Parent(s):
6cfad82
Update data_gc_tab.html
Browse files- data_gc_tab.html +1 -1
data_gc_tab.html
CHANGED
@@ -228,7 +228,7 @@
|
|
228 |
{title:"Ссылка на WhatsApp", field:"phone", formatter: function(cell, formatterParams, onRendered) {
|
229 |
var phone = cell.getValue();
|
230 |
return `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">${phone}</a>`;
|
231 |
-
}},
|
232 |
|
233 |
{title:"Email", field:"email", width:120},
|
234 |
{title:"Куратор", field:"curator", formatter: linkFormatter},
|
|
|
228 |
{title:"Ссылка на WhatsApp", field:"phone", formatter: function(cell, formatterParams, onRendered) {
|
229 |
var phone = cell.getValue();
|
230 |
return `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">${phone}</a>`;
|
231 |
+
}, width:100},
|
232 |
|
233 |
{title:"Email", field:"email", width:120},
|
234 |
{title:"Куратор", field:"curator", formatter: linkFormatter},
|