Update table.html
Browse files- table.html +1 -7
table.html
CHANGED
@@ -11,13 +11,7 @@
|
|
11 |
<script src="https://unpkg.com/[email protected]/dist/js/tabulator.min.js"></script>
|
12 |
|
13 |
<style>
|
14 |
-
|
15 |
-
display: flex;
|
16 |
-
flex-direction: column;
|
17 |
-
align-items: center;
|
18 |
-
margin: 0;
|
19 |
-
padding: 0;
|
20 |
-
}
|
21 |
.container {
|
22 |
width: 100%;
|
23 |
max-width: 100%;
|
|
|
11 |
<script src="https://unpkg.com/[email protected]/dist/js/tabulator.min.js"></script>
|
12 |
|
13 |
<style>
|
14 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
.container {
|
16 |
width: 100%;
|
17 |
max-width: 100%;
|