DmitrMakeev
commited on
Commit
•
b62d99d
1
Parent(s):
2020f0d
Update data_gc_tab.html
Browse files- data_gc_tab.html +3 -0
data_gc_tab.html
CHANGED
@@ -6,6 +6,9 @@
|
|
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;
|
|
|
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 |
+
<script type="text/javascript" src="https://oss.sheetjs.com/sheetjs/xlsx.full.min.js"></script>
|
10 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.4.0/jspdf.umd.min.js"></script>
|
11 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/3.5.20/jspdf.plugin.autotable.min.js"></script>
|
12 |
<style>
|
13 |
body {
|
14 |
font-family: Arial, sans-serif;
|