DmitrMakeev
commited on
Update data_gc_tab.html
Browse files- data_gc_tab.html +1 -1
data_gc_tab.html
CHANGED
@@ -271,7 +271,7 @@
|
|
271 |
{title:"Имя", field:"name", width:100},
|
272 |
{title:"WhatsApp", field:"phone", formatter: function(cell, formatterParams, onRendered) {
|
273 |
var phone = cell.getValue();
|
274 |
-
return `<a href="https://
|
275 |
}, width:120},
|
276 |
{title:"Город", field:"b_city", width:110},
|
277 |
{title:"Email", field:"email", width:110},
|
|
|
271 |
{title:"Имя", field:"name", width:100},
|
272 |
{title:"WhatsApp", field:"phone", formatter: function(cell, formatterParams, onRendered) {
|
273 |
var phone = cell.getValue();
|
274 |
+
return `<a href="https://irdelsol-psy.hf.space?phone=${phone}" target="_blank">${phone}</a>`;
|
275 |
}, width:120},
|
276 |
{title:"Город", field:"b_city", width:110},
|
277 |
{title:"Email", field:"email", width:110},
|