Update data_gc_tab.html
Browse files- data_gc_tab.html +2 -2
data_gc_tab.html
CHANGED
@@ -5,8 +5,8 @@
|
|
5 |
<meta charset="UTF-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
<title>Tabulator Example</title>
|
8 |
-
<link href="https://unpkg.com/tabulator-tables
|
9 |
-
<script type="text/javascript" src="https://unpkg.com/tabulator-tables
|
10 |
</head>
|
11 |
<body>
|
12 |
<div id="example-table"></div>
|
|
|
5 |
<meta charset="UTF-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
<title>Tabulator Example</title>
|
8 |
+
<link href="https://unpkg.com/tabulator-tables/dist/css/tabulator.min.css" rel="stylesheet">
|
9 |
+
<script type="text/javascript" src="https://unpkg.com/tabulator-tables/dist/js/tabulator.min.js"></script>
|
10 |
</head>
|
11 |
<body>
|
12 |
<div id="example-table"></div>
|