DmitrMakeev
commited on
Commit
•
5092512
1
Parent(s):
0de32ad
Update data_gc_tab.html
Browse files- data_gc_tab.html +4 -4
data_gc_tab.html
CHANGED
@@ -224,14 +224,14 @@
|
|
224 |
selectable: true, // enable row selection
|
225 |
columns: [
|
226 |
{title:"Номер в списке", field:"id"},
|
227 |
-
{title:"Имя", field:"name", width:
|
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:120},
|
232 |
-
{title:"Город", field:"b_city", width:
|
233 |
-
{title:"Email", field:"email", width:
|
234 |
-
{title:"Реплики", field:"b_mess", width:
|
235 |
{title:"Куратор", field:"curator", formatter: linkFormatter},
|
236 |
{title:"Статус покупки", field:"shop_st", formatter: function(cell, formatterParams, onRendered) {
|
237 |
var status = cell.getValue();
|
|
|
224 |
selectable: true, // enable row selection
|
225 |
columns: [
|
226 |
{title:"Номер в списке", field:"id"},
|
227 |
+
{title:"Имя", field:"name", width:100},
|
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:120},
|
232 |
+
{title:"Город", field:"b_city", width:110},
|
233 |
+
{title:"Email", field:"email", width:110},
|
234 |
+
{title:"Реплики", field:"b_mess", width:95},
|
235 |
{title:"Куратор", field:"curator", formatter: linkFormatter},
|
236 |
{title:"Статус покупки", field:"shop_st", formatter: function(cell, formatterParams, onRendered) {
|
237 |
var status = cell.getValue();
|