-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtables.html
More file actions
420 lines (362 loc) · 25.8 KB
/
Copy pathtables.html
File metadata and controls
420 lines (362 loc) · 25.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Matril Dashboard">
<meta name="author" content="Quintuslabs">
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- App title -->
<title>Material Dashboard</title>
<!-- CSRF Token -->
<meta name="material dashboard" content="">
<!-- DataTables -->
<link href="assets/css/plugins/datatables/jquery.dataTables.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/css/plugins/datatables/buttons.bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/css/plugins/datatables/responsive.bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/css/plugins/datatables/dataTables.bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/css/plugins/toast/jquery.toast.css" rel="stylesheet" type="text/css"/>
<link href="assets/css/plugins/select2/select2.min.css" rel="stylesheet" type="text/css"/>
<!-- App css -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/core.css" rel="stylesheet">
<link href="assets/css/components.css" rel="stylesheet">
<link href="assets/css/icons.css" rel="stylesheet" type="text/css" />
<link href="assets/css/pages.css" rel="stylesheet" type="text/css" />
<link href="assets/css/menu.css" rel="stylesheet" type="text/css" />
<link href="assets/css/responsive.css" rel="stylesheet" type="text/css" />
<link href="assets/css/style.css" rel="stylesheet" type="text/css" />
<!-- HTML5 Shiv and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- Scripts -->
<script src="assets/js/modernizr.min.js"></script>
<script src="assets/js/chart.min.js"></script>
</head>
<body class="fixed-left">
<!-- Begin page -->
<div id="wrapper">
<!-- Top Bar Start -->
<div class="topbar">
<!-- LOGO -->
<div class="topbar-left">
<a href="index.html" class="logo">
<span>
<img src="assets/images/user.JPG" alt="" class="thumb-md img-circle "> Santosh<span></span>
</span>
<i>
<img src="assets/images/user.JPG" alt="" class="thumb-md img-rounded bg-white">
</i>
</a>
</div>
<!-- Button mobile view to collapse sidebar menu -->
<div class="navbar navbar-default" role="navigation">
<div class="container">
<!-- Navbar-left -->
<ul class="nav navbar-nav navbar-left">
<li>
<button class="button-menu-mobile open-left waves-effect waves-light">
<i class="mdi mdi-menu"></i>
</button>
</li>
</ul>
<!-- Right(Notification) -->
<ul class="nav navbar-nav navbar-right">
<li class="nav-item dropdown"> <a id="notifications" rel="nofollow" data-target="#" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link"><i class="fa fa-bell-o fa-2x"></i><span class="badge bg-red badge-corner">12</span></a>
<ul aria-labelledby="notifications" class="dropdown-menu">
<li><a rel="nofollow" href="#" class="dropdown-item">
<div class="notification">
<div class="notification-content"><i class="fa fa-envelope bg-green"></i>You have 6 new messages </div>
<div class="notification-time"><small>4 minutes ago</small></div>
</div></a></li>
<li><a rel="nofollow" href="#" class="dropdown-item">
<div class="notification">
<div class="notification-content"><i class="fa fa-twitter bg-blue"></i>You have 2 followers</div>
<div class="notification-time"><small>4 minutes ago</small></div>
</div></a></li>
<li><a rel="nofollow" href="#" class="dropdown-item">
<div class="notification">
<div class="notification-content"><i class="fa fa-upload bg-orange"></i>Server Rebooted</div>
<div class="notification-time"><small>4 minutes ago</small></div>
</div></a></li>
<li><a rel="nofollow" href="#" class="dropdown-item">
<div class="notification">
<div class="notification-content"><i class="fa fa-twitter bg-blue"></i>You have 2 followers</div>
<div class="notification-time"><small>10 minutes ago</small></div>
</div></a></li>
<li><a rel="nofollow" href="#" class="dropdown-item all-notifications text-center"> <strong>view all notifications </strong></a></li>
</ul>
</li>
<li>
<a href="javascript:void(0);" class=" right-menu-item" onclick="go_full_screen()">
<i class=" mdi mdi-arrow-expand-all"></i>
</a>
</li>
<li class="dropdown user-box">
<a href="" class="dropdown-toggle waves-effect waves-light user-link" data-toggle="dropdown" aria-expanded="true">
<img src="assets/images/user.JPG" alt="user-img" data-toggle="tooltip" class="img-circle user-img">
</a>
<ul class="dropdown-menu dropdown-menu-right arrow-dropdown-menu arrow-menu-right user-list notify-list">
<li class="dropdown-header">Login as</li>
<li>
<a href="profile.html">
admin@gmail.com
</li>
<li class="divider"></li>
<li class="dropdown-header">Profile</li>
<li><a href="#"><i class="ti-user m-r-5"></i> Change Password</a></li>
<li><a href="login.html" ><i class="ti-power-off m-r-5"></i> Logout</a></li>
</ul>
</li>
</ul> <!-- end navbar-right -->
</div><!-- end container -->
</div><!-- end navbar -->
</div>
<!-- Top Bar End -->
<!-- ========== Left Sidebar Start ========== -->
<div class="left side-menu">
<div class="sidebar-inner slimscrollleft">
<!--- Sidemenu -->
<div id="sidebar-menu">
<ul>
<li class="has_sub">
<a href="index.html" class="waves-effect"><i class="mdi mdi-view-dashboard"></i> <span> Dashboard </span> </a>
</li>
<li class="has_sub">
<a href="javascript:void(0);" class="waves-effect"><i class="mdi mdi-view-grid"></i> <span>Components </span> <span class="menu-arrow"></span></a>
<ul class="list-unstyled">
<li><a href="grids.html">Grids</a></li>
<li><a href="media-css.html">Media Css</a></li>
</ul>
</li>
<li class="has_sub">
<a href="javascript:void(0);" class="waves-effect"><i class="mdi mdi-layers"></i> <span>UI Elements </span> <span class="menu-arrow"></span></a>
<ul class="list-unstyled">
<li><a href="general.html">General</a></li>
<li><a href="icons.html">Iocns</a></li>
<li><a href="buttons.html">Buttons</a></li>
<li><a href="typography.html">Typography</a></li>
</ul>
</li>
<li class="has_sub">
<a href="tables.html" class="waves-effect"><i class="mdi mdi-table"></i> <span> Tables </span></a>
</li>
<li class="has_sub">
<a href="chart.html" class="waves-effect"><i class="mdi mdi-chart-bar"></i> <span> Chart </span> </a>
</li>
<li class="has_sub">
<a href="widgets.html" class="waves-effect"><i class="mdi mdi-buffer"></i> <span> Widgets </span> </a>
</li>
<!-- <li class="menu-title">Staff Area</li> -->
<li class="has_sub">
<a href="javascript:void(0);" class="waves-effect"><i class="mdi mdi-file-document"></i> <span> Forms </span> <span class="menu-arrow"></span></a>
<ul class="list-unstyled">
<li><a href="general-form.html">General Form</a></li>
<li><a href="validation-form.html">Validation Form</a></li>
</ul>
</li>
<li class="has_sub">
<a href="javascript:void(0);" class="waves-effect"><i class="mdi mdi-file-multiple"></i> <span> Pages </span> <span class="menu-arrow"></span></a>
<ul class="list-unstyled">
<li><a href="login.html">Login Page</a></li>
<li><a href="register.html">Register Page</a></li>
</ul>
</li>
</ul>
</div>
<!-- Sidebar -->
</div>
<!-- Sidebar -left -->
</div>
<!-- Left Sidebar End -->
<!-- ============================================================== -->
<!-- Start right Content here -->
<!-- ============================================================== -->
<div class="content-page">
<!-- Page Header-->
<header class="page-header">
<div class="container-fluid">
<h2 class="no-margin-bottom">Tables</h2>
</div>
</header>
<!-- Start content -->
<div class="content">
<div class="container">
<!-- Dashboard Counts Section-->
<div id="page-wrapper">
<div class="main-page">
<div class="tables">
<div class="panel-body card-box">
<h4>Basic Table:</h4>
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div>
<div class="bs-example card-box" data-example-id="bordered-table">
<h4>Bordered Basic Table:</h4>
<table class="table table-bordered"> <thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead> <tbody> <tr> <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> <th scope="row">2</th> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> <th scope="row">3</th> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> </tr> </tbody> </table>
</div>
<div class="bs-example card-box" data-example-id="hoverable-table">
<h4>Hover Rows Table:</h4>
<table class="table table-hover"> <thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead> <tbody> <tr> <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> <th scope="row">2</th> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> <th scope="row">3</th> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> </tr> </tbody> </table>
</div>
<div class="bs-example card-box" data-example-id="contextual-table">
<h4>Colored Rows Table:</h4>
<table class="table"> <thead> <tr> <th>#</th> <th>Column heading</th> <th>Column heading</th> <th>Column heading</th> </tr> </thead> <tbody> <tr class="active"> <th scope="row">1</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr> <th scope="row">2</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr class="success"> <th scope="row">3</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr> <th scope="row">4</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr class="info"> <th scope="row">5</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr> <th scope="row">6</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr class="warning"> <th scope="row">7</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr> <th scope="row">8</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr class="danger"> <th scope="row">9</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> </tbody> </table>
</div>
<div class="table-responsive bs-example card-box">
<h4>Responsive Table:</h4>
<table class="table table-bordered"> <thead> <tr> <th>#</th> <th>Table heading</th> <th>Table heading</th> <th>Table heading</th> <th>Table heading</th> <th>Table heading</th> <th>Table heading</th> </tr> </thead> <tbody> <tr> <th scope="row">1</th> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> </tr> <tr> <th scope="row">2</th> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> </tr> <tr> <th scope="row">3</th> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> </tr> </tbody> </table>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="portlet">
<div class="portlet-heading portlet-default">
<h3 class="portlet-title text-dark">
Data Table
</h3>
<div class="portlet-widgets">
<a data-toggle="collapse" data-parent="#accordion1" href="#bg-default"><i class="ion-minus-round"></i></a>
<span class="divider"></span>
<a href="#" class="zoom"><i class="ion-arrow-resize"></i></a>
<span class="divider"></span>
<a href="#" data-toggle="remove"><i class="ion-close-round"></i></a>
</div>
<div class="clearfix"></div>
</div>
<div id="bg-default" class="panel-collapse collapse in">
<div class="portlet-body">
<div class="table-responsive">
<table id="datatable" class="table table-striped">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
<th class="text-center">Actions</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
<td class="text-center">
<a href="#" class="btn btn-sm btn-success"><i class="fa fa-eye"></i></a>
<a href="#" class="btn btn-sm btn-warning"><i class="fa fa-edit"></i></a>
<a href="#" class="btn btn-sm btn-danger"><i class="fa fa-trash"></i></a>
</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
<td class="text-center">
<a href="#" class="btn btn-sm btn-success"><i class="fa fa-eye"></i></a>
<a href="#" class="btn btn-sm btn-warning"><i class="fa fa-edit"></i></a>
<a href="#" class="btn btn-sm btn-danger"><i class="fa fa-trash"></i></a>
</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
<td class="text-center">
<a href="#" class="btn btn-sm btn-success"><i class="fa fa-eye"></i></a>
<a href="#" class="btn btn-sm btn-warning"><i class="fa fa-edit"></i></a>
<a href="#" class="btn btn-sm btn-danger"><i class="fa fa-trash"></i></a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- container -->
</div> <!-- content -->
<footer class="footer text-right">
2019 © <span class="text-danger">Material Dashboard v1.1.</span>
<span class="pull-right">
<i class="fa fa-heart text- text-danger"></i> by <span class="text-danger">Quintulabs.com</span>
</span>
</footer>
</div>
<!-- ============================================================== -->
<!-- End Right content here -->
<!-- ============================================================== -->
</div>
<!-- END wrapper -->
<script>
var resizefunc = [];
</script>
<!-- jQuery -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/detect.js"></script>
<script src="assets/js/fastclick.js"></script>
<script src="assets/js/jquery.blockUI.js"></script>
<script src="assets/js/waves.js"></script>
<script src="assets/js/jquery.slimscroll.js"></script>
<script src="assets/js/jquery.scrollTo.min.js"></script>
<script src="assets/js/plugins/datatables/jquery.dataTables.min.js"></script>
<script src="assets/js/plugins/datatables/dataTables.bootstrap.js"></script>
<script src="assets/js/plugins/datatables/dataTables.buttons.min.js"></script>
<script src="assets/js/plugins/datatables/buttons.bootstrap.min.js"></script>
<script src="assets/js/plugins/datatables/dataTables.responsive.min.js"></script>
<script src="assets/js/plugins/datatables/responsive.bootstrap.min.js"></script>
<script src="assets/js/plugins/toast/jquery.toast.js" type="text/javascript"></script>
<script src="assets/js/plugins/select2/select2.min.js" type="text/javascript"></script>
<!-- App js -->
<script src="assets/js/jquery.core.js"></script>
<script src="assets/js/jquery.app.js"></script>
<script src="assets/js/custom.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#datatable').DataTable();
});
// Select2
$(".select2").select2();
</script>
</body>
</html>