Update data_gc_tab.html
Browse files- data_gc_tab.html +4 -4
data_gc_tab.html
CHANGED
|
@@ -108,10 +108,10 @@
|
|
| 108 |
paginationSize: 50, // number of rows per page
|
| 109 |
columns: [
|
| 110 |
{title:"Номер в списке", field:"id", width:100},
|
| 111 |
-
{title:"Имя", field:"name", width:
|
| 112 |
-
{title:"Телефон", field:"phone", width:
|
| 113 |
-
{title:"Email", field:"email", width:
|
| 114 |
-
{title:"Куратор", field:"curator", width:
|
| 115 |
{title:"Статус покупки", field:"shop_statys_full", formatter: function(cell, formatterParams, onRendered) {
|
| 116 |
var status = cell.getValue();
|
| 117 |
var color;
|
|
|
|
| 108 |
paginationSize: 50, // number of rows per page
|
| 109 |
columns: [
|
| 110 |
{title:"Номер в списке", field:"id", width:100},
|
| 111 |
+
{title:"Имя", field:"name", width:10},
|
| 112 |
+
{title:"Телефон", field:"phone", width:10},
|
| 113 |
+
{title:"Email", field:"email", width:150},
|
| 114 |
+
{title:"Куратор", field:"curator", width:100},
|
| 115 |
{title:"Статус покупки", field:"shop_statys_full", formatter: function(cell, formatterParams, onRendered) {
|
| 116 |
var status = cell.getValue();
|
| 117 |
var color;
|