DmitrMakeev
commited on
Update data_gc_tab.html
Browse files- data_gc_tab.html +2 -2
data_gc_tab.html
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
<head>
|
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="
|
9 |
<script type="text/javascript" src="https://unpkg.com/tabulator-tables/dist/js/tabulator.min.js"></script>
|
10 |
</head>
|
11 |
<body>
|
|
|
4 |
<head>
|
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="/dist/css/tabulator_bootstrap5.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>
|