DmitrMakeev
commited on
Commit
•
9e06f4c
1
Parent(s):
a31eabf
Update data_gc_tab.html
Browse files- data_gc_tab.html +4 -4
data_gc_tab.html
CHANGED
@@ -107,9 +107,9 @@
|
|
107 |
pagination: "local", // enable local pagination
|
108 |
paginationSize: 50, // number of rows per page
|
109 |
columns: [
|
110 |
-
{title:"Номер в списке", field:"id", width:
|
111 |
-
{title:"Имя", field:"name", width:
|
112 |
-
{title:"Телефон", field:"phone", width:
|
113 |
{title:"Email", field:"email", width:150},
|
114 |
{title:"Куратор", field:"curator", width:100},
|
115 |
{title:"Статус покупки", field:"shop_statys_full", formatter: function(cell, formatterParams, onRendered) {
|
@@ -133,7 +133,7 @@
|
|
133 |
{title:"Ссылка на пользователя в GC", field:"ad_url", formatter: function(cell, formatterParams, onRendered) {
|
134 |
var ad_url = cell.getValue();
|
135 |
return `<a href="${ad_url}" target="_blank">${ad_url}</a>`;
|
136 |
-
}, width:
|
137 |
{title:"Ссылка на VK", field:"vk_id", formatter: function(cell, formatterParams, onRendered) {
|
138 |
var vk_id = cell.getValue();
|
139 |
return `<a href="https://vk.com/id${vk_id}" target="_blank">${vk_id}</a>`;
|
|
|
107 |
pagination: "local", // enable local pagination
|
108 |
paginationSize: 50, // number of rows per page
|
109 |
columns: [
|
110 |
+
{title:"Номер в списке", field:"id", width:50},
|
111 |
+
{title:"Имя", field:"name", width:100},
|
112 |
+
{title:"Телефон", field:"phone", width:100},
|
113 |
{title:"Email", field:"email", width:150},
|
114 |
{title:"Куратор", field:"curator", width:100},
|
115 |
{title:"Статус покупки", field:"shop_statys_full", formatter: function(cell, formatterParams, onRendered) {
|
|
|
133 |
{title:"Ссылка на пользователя в GC", field:"ad_url", formatter: function(cell, formatterParams, onRendered) {
|
134 |
var ad_url = cell.getValue();
|
135 |
return `<a href="${ad_url}" target="_blank">${ad_url}</a>`;
|
136 |
+
}, width:50},
|
137 |
{title:"Ссылка на VK", field:"vk_id", formatter: function(cell, formatterParams, onRendered) {
|
138 |
var vk_id = cell.getValue();
|
139 |
return `<a href="https://vk.com/id${vk_id}" target="_blank">${vk_id}</a>`;
|