DmitrMakeev commited on
Commit
0a59d2d
1 Parent(s): a86c6fa

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +3 -4
data_gc_tab.html CHANGED
@@ -6,7 +6,7 @@
6
  <title>Tabulator Example</title>
7
  <link href="https://unpkg.com/tabulator-tables@6.2.1/dist/css/tabulator.min.css" rel="stylesheet">
8
  <script type="text/javascript" src="https://unpkg.com/tabulator-tables@6.2.1/dist/js/tabulator.min.js"></script>
9
- <style>
10
  body {
11
  font-family: Arial, sans-serif;
12
  text-align: center;
@@ -119,7 +119,6 @@
119
  #filter-clear:hover {
120
  background-color: #388E3C;
121
  }
122
-
123
  </style>
124
  </head>
125
  <body>
@@ -188,9 +187,9 @@
188
  paginationSize: 50, // number of rows per page
189
  columns: [
190
  {title:"Номер в списке", field:"id"},
191
- {title:"Имя", field:"name", editor:true},
192
  {title:"Телефон", field:"phone"},
193
- {title:"Email", field:"email" editor:true},
194
  {title:"Куратор", field:"curator", formatter: linkFormatter},
195
  {title:"Статус покупки", field:"shop_statys_full", formatter: function(cell, formatterParams, onRendered) {
196
  var status = cell.getValue();
 
6
  <title>Tabulator Example</title>
7
  <link href="https://unpkg.com/tabulator-tables@6.2.1/dist/css/tabulator.min.css" rel="stylesheet">
8
  <script type="text/javascript" src="https://unpkg.com/tabulator-tables@6.2.1/dist/js/tabulator.min.js"></script>
9
+ <style>
10
  body {
11
  font-family: Arial, sans-serif;
12
  text-align: center;
 
119
  #filter-clear:hover {
120
  background-color: #388E3C;
121
  }
 
122
  </style>
123
  </head>
124
  <body>
 
187
  paginationSize: 50, // number of rows per page
188
  columns: [
189
  {title:"Номер в списке", field:"id"},
190
+ {title:"Имя", field:"name"},
191
  {title:"Телефон", field:"phone"},
192
+ {title:"Email", field:"email"},
193
  {title:"Куратор", field:"curator", formatter: linkFormatter},
194
  {title:"Статус покупки", field:"shop_statys_full", formatter: function(cell, formatterParams, onRendered) {
195
  var status = cell.getValue();