DmitrMakeev
commited on
Update data_gc_tab.html
Browse files- data_gc_tab.html +11 -2
data_gc_tab.html
CHANGED
@@ -20,8 +20,17 @@
|
|
20 |
|
21 |
|
22 |
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
26 |
<style>
|
27 |
body {
|
|
|
20 |
|
21 |
|
22 |
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+
<link href="https://unpkg.com/tabulator-tables@6.2.1/dist/css/tabulator.min.css" rel="stylesheet">
|
30 |
+
<script type="text/javascript" src="https://unpkg.com/tabulator-tables@6.2.1/dist/js/tabulator.min.js"></script>
|
31 |
+
|
32 |
+
|
33 |
+
|
34 |
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
35 |
<style>
|
36 |
body {
|