DmitrMakeev
commited on
Update data_gc_tab.html
Browse files- data_gc_tab.html +11 -5
data_gc_tab.html
CHANGED
@@ -93,6 +93,7 @@
|
|
93 |
</div>
|
94 |
<div id="example-table"></div>
|
95 |
|
|
|
96 |
<script>
|
97 |
document.addEventListener('DOMContentLoaded', function() {
|
98 |
fetch('https://dmtuit-gc-api-ras.hf.space/data_gc_tab_out?api_sys=fasSd345D')
|
@@ -114,6 +115,10 @@
|
|
114 |
}
|
115 |
return `<a href="https://t.me/${chatId}" target="_blank">${chatId}</a>`;
|
116 |
}},
|
|
|
|
|
|
|
|
|
117 |
{title:"Статус WhatsApp", field:"ws_statys"},
|
118 |
{title:"Стутус подписки", field:"ws_stop"},
|
119 |
{title:"Вебинары", field:"web_statys"},
|
@@ -124,16 +129,17 @@
|
|
124 |
{title:"utm_campaign", field:"pr3"},
|
125 |
{title:"utm_term", field:"pr4"},
|
126 |
{title:"utm_content", field:"pr5"},
|
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 |
});
|
134 |
})
|
135 |
.catch(error => console.error('Error fetching data:', error));
|
136 |
});
|
137 |
</script>
|
|
|
|
|
|
|
|
|
|
|
138 |
</body>
|
139 |
</html>
|
|
|
93 |
</div>
|
94 |
<div id="example-table"></div>
|
95 |
|
96 |
+
|
97 |
<script>
|
98 |
document.addEventListener('DOMContentLoaded', function() {
|
99 |
fetch('https://dmtuit-gc-api-ras.hf.space/data_gc_tab_out?api_sys=fasSd345D')
|
|
|
115 |
}
|
116 |
return `<a href="https://t.me/${chatId}" target="_blank">${chatId}</a>`;
|
117 |
}},
|
118 |
+
{title:"Ссылка на WhatsApp", field:"phone", formatter: function(cell, formatterParams, onRendered) {
|
119 |
+
var phone = cell.getValue();
|
120 |
+
return `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">${phone}</a>`;
|
121 |
+
}},
|
122 |
{title:"Статус WhatsApp", field:"ws_statys"},
|
123 |
{title:"Стутус подписки", field:"ws_stop"},
|
124 |
{title:"Вебинары", field:"web_statys"},
|
|
|
129 |
{title:"utm_campaign", field:"pr3"},
|
130 |
{title:"utm_term", field:"pr4"},
|
131 |
{title:"utm_content", field:"pr5"},
|
132 |
+
{title:"Cсылка на пользователя в GC", field:"ad_url"}
|
|
|
|
|
|
|
|
|
133 |
],
|
134 |
});
|
135 |
})
|
136 |
.catch(error => console.error('Error fetching data:', error));
|
137 |
});
|
138 |
</script>
|
139 |
+
|
140 |
+
|
141 |
+
|
142 |
+
|
143 |
+
|
144 |
</body>
|
145 |
</html>
|