This commit is contained in:
Hazirah Nabilah
2017-09-11 09:19:55 +08:00
parent c3594c7e07
commit 5bdde18d8a
+26 -9
View File
@@ -48,6 +48,12 @@ License: You must have a valid license purchased only from themeforest(the above
<link href="../assets/layouts/layout/css/themes/darkblue.min.css" rel="stylesheet" type="text/css" id="style_color" />
<link href="../assets/layouts/layout/css/custom.min.css" rel="stylesheet" type="text/css" />
<!-- END THEME LAYOUT STYLES -->
<!-- BEGIN PAGE LEVEL PLUGINS -->
<link href="../assets/global/plugins/datatables/datatables.min.css" rel="stylesheet" type="text/css" />
<link href="../assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.css" rel="stylesheet" type="text/css" />
<!-- END PAGE LEVEL PLUGINS -->
<link rel="shortcut icon" href="favicon.ico" />
<style>
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
@@ -268,7 +274,7 @@ License: You must have a valid license purchased only from themeforest(the above
</form>
<h4>Carton</h4>
<div class = "table-responsive">
<table id="user" class="table table-bordered table-striped">
<table id="user1" class="table table-bordered table-striped">
<thead>
<th>Export HS Code</th>
<th>Product Model</th>
@@ -430,7 +436,7 @@ License: You must have a valid license purchased only from themeforest(the above
<br>
<h4>Pallet</h4>
<div class = "table-responsive">
<table id="user" class="table table-bordered table-striped">
<table id="user2" class="table table-bordered table-striped">
<thead>
<th>Export HS Code</th>
<th>Product Model</th>
@@ -453,7 +459,7 @@ License: You must have a valid license purchased only from themeforest(the above
</thead>
<tbody>
<tr>
<td> </td>
<td>Hello </td>
<td> </td>
<td> </td>
<td> </td>
@@ -472,7 +478,7 @@ License: You must have a valid license purchased only from themeforest(the above
<td> </td>
</tr>
<tr>
<td> </td>
<td>Hello </td>
<td> </td>
<td> </td>
<td> </td>
@@ -491,7 +497,7 @@ License: You must have a valid license purchased only from themeforest(the above
<td> </td>
</tr>
<tr>
<td> </td>
<td>Hello </td>
<td> </td>
<td> </td>
<td> </td>
@@ -510,7 +516,7 @@ License: You must have a valid license purchased only from themeforest(the above
<td> </td>
</tr>
<tr>
<td> </td>
<td>Hello </td>
<td> </td>
<td> </td>
<td> </td>
@@ -529,7 +535,7 @@ License: You must have a valid license purchased only from themeforest(the above
<td> </td>
</tr>
<tr>
<td> </td>
<td>Hello </td>
<td> </td>
<td> </td>
<td> </td>
@@ -548,7 +554,7 @@ License: You must have a valid license purchased only from themeforest(the above
<td> </td>
</tr>
<tr>
<td> </td>
<td>Hello </td>
<td> </td>
<td> </td>
<td> </td>
@@ -567,7 +573,7 @@ License: You must have a valid license purchased only from themeforest(the above
<td> </td>
</tr>
<tr>
<td> </td>
<td>Hello </td>
<td> </td>
<td> </td>
<td> </td>
@@ -1252,6 +1258,14 @@ License: You must have a valid license purchased only from themeforest(the above
<script src="../assets/layouts/layout/scripts/demo.min.js" type="text/javascript"></script>
<script src="../assets/layouts/global/scripts/quick-sidebar.min.js" type="text/javascript"></script>
<script src="../assets/layouts/global/scripts/quick-nav.min.js" type="text/javascript"></script>
<!-- BEGIN PAGE LEVEL PLUGINS -->
<script src="../assets/global/scripts/datatable.js" type="text/javascript"></script>
<script src="../assets/global/plugins/datatables/datatables.min.js" type="text/javascript"></script>
<script src="../assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.js" type="text/javascript"></script>
<!-- END PAGE LEVEL PLUGINS -->
<!-- END THEME LAYOUT SCRIPTS -->
<script>
$(document).ready(function()
@@ -1260,6 +1274,9 @@ License: You must have a valid license purchased only from themeforest(the above
{
$('#radio1003').attr('checked', 'checked');
});
$('#user1').dataTable({responsive: true});
$('#user2').dataTable({responsive: true});
})
</script>
</body>