DmitrMakeev
commited on
Commit
•
c0ca43d
1
Parent(s):
1b9bb85
Update data_gc_tab.html
Browse files- data_gc_tab.html +12 -1
data_gc_tab.html
CHANGED
@@ -6,7 +6,7 @@
|
|
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 |
-
|
10 |
body {
|
11 |
font-family: Arial, sans-serif;
|
12 |
text-align: center;
|
@@ -85,6 +85,17 @@
|
|
85 |
color: white;
|
86 |
transition: width 0.3s ease;
|
87 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
</style>
|
89 |
</head>
|
90 |
<body>
|
|
|
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;
|
12 |
text-align: center;
|
|
|
85 |
color: white;
|
86 |
transition: width 0.3s ease;
|
87 |
}
|
88 |
+
#filter-field, #filter-type, #filter-value, #filter-clear {
|
89 |
+
padding: 10px;
|
90 |
+
font-size: 16px;
|
91 |
+
margin: 5px;
|
92 |
+
}
|
93 |
+
#filter-value {
|
94 |
+
width: 200px;
|
95 |
+
}
|
96 |
+
#filter-clear {
|
97 |
+
padding: 10px 20px;
|
98 |
+
}
|
99 |
</style>
|
100 |
</head>
|
101 |
<body>
|