DmitrMakeev
commited on
Update data_gc_tab.html
Browse files- data_gc_tab.html +8 -9
data_gc_tab.html
CHANGED
@@ -11,6 +11,14 @@
|
|
11 |
<body>
|
12 |
<div id="example-table"></div>
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
var table = new Tabulator("#example-table", {
|
15 |
height:"311px",
|
16 |
columns:[
|
@@ -23,15 +31,6 @@ var table = new Tabulator("#example-table", {
|
|
23 |
],
|
24 |
});
|
25 |
|
26 |
-
|
27 |
-
</script>
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
<script type="text/javascript">
|
34 |
-
|
35 |
</script>
|
36 |
|
37 |
|
|
|
11 |
<body>
|
12 |
<div id="example-table"></div>
|
13 |
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
<script>
|
22 |
var table = new Tabulator("#example-table", {
|
23 |
height:"311px",
|
24 |
columns:[
|
|
|
31 |
],
|
32 |
});
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
</script>
|
35 |
|
36 |
|