DmitrMakeev
commited on
Update data_gc_tab.html
Browse files- data_gc_tab.html +1 -1
data_gc_tab.html
CHANGED
@@ -127,7 +127,7 @@
|
|
127 |
{title:"Cсылка на пользователя в GC", field:"ad_url"},
|
128 |
{title:"Ссылка на WhatsApp", field:"phone", formatter: function(cell, formatterParams, onRendered) {
|
129 |
var phone = cell.getValue();
|
130 |
-
return `<a href="https://
|
131 |
}}
|
132 |
],
|
133 |
});
|
|
|
127 |
{title:"Cсылка на пользователя в GC", field:"ad_url"},
|
128 |
{title:"Ссылка на WhatsApp", field:"phone", formatter: function(cell, formatterParams, onRendered) {
|
129 |
var phone = cell.getValue();
|
130 |
+
return `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">${phone}</a>`;
|
131 |
}}
|
132 |
],
|
133 |
});
|