This commit is contained in:
GEGULA�
2017-09-07 14:36:40 +08:00
parent 731bad96d8
commit aed7ec13bf
+57 -16
View File
@@ -261,31 +261,48 @@ License: You must have a valid license purchased only from themeforest(the above
</div>
</div>
</div>
<div class="portlet light portlet-fit bordered">
<div class="portlet-body">
<table class="table table-striped table-hover table-bordered" id="sample_editable_1">
<thead>
<tr>
<th> Bil </th>
<th> Date </th>
<th> Details </th>
<th> Action </th>
<th> No. </th>
<th> Item Code </th>
<th> Upload Photo </th>
<th> Model No </th>
<th> Description </th>
<th> Quantity </th>
<th> Unit Price</th>
<th> Sub Total</th>
<th> Actions</th>
</tr>
</thead>
<tbody>
<tr>
<td>1.</td>
<td> 21/6/17 </td>
<td> Alex Nilson </td>
<td>
<div class="fa-item col-md-3 col-sm-4">
<td> 1.</td>
<td> QR 123</td>
<td> <a href="#">images.jpg</a></td>
<td> Model 123</td>
<td> Fidget Spinner </td>
<td> 3 </td>
<td> RM 5 </td>
<td> RM 15 </td>
<td><div class="fa-item col-md-3 col-sm-4">
<i class="fa fa-trash-o"></i></div>
<div class="fa-item col-md-3 col-sm-4">
<i class="fa fa-pencil"></i> </div>
</td>
</tr>
<tr>
<td>2.</td>
<td> 23/7/17 </td>
<td> Lisa Wong </td>
<td> 2. </td>
<td> QR 456</td>
<td> <a href="#">images.jpg</a></td>
<td> Model 456</td>
<td> Vacuum Cleaner </td>
<td> 2 </td>
<td> RM 25 </td>
<td> RM 50 </td>
<td>
<div class="fa-item col-md-3 col-sm-4">
<i class="fa fa-trash-o"></i></div>
@@ -294,9 +311,30 @@ License: You must have a valid license purchased only from themeforest(the above
</td>
</tr>
<tr>
<td>3.</td>
<td> 25/7/17 </td>
<td> Nick Roberts </td>
<td> 3. </td>
<td> QR 789</td>
<td> <a href="#">images.jpg</a></td>
<td> Model 789</td>
<td> Boxes </td>
<td> 5 </td>
<td> RM 7 </td>
<td> RM 35 </td>
<td>
<div class="fa-item col-md-3 col-sm-4">
<i class="fa fa-trash-o"></i></div>
<div class="fa-item col-md-3 col-sm-4">
<i class="fa fa-pencil"></i> </div>
</td>
</tr>
<tr>
<td> 4. </td>
<td> QR 234</td>
<td> <a href="#">images.jpg</a></td>
<td> Model 234</td>
<td> Bottles </td>
<td> 8 </td>
<td> RM 9 </td>
<td> RM 72 </td>
<td>
<div class="fa-item col-md-3 col-sm-4">
<i class="fa fa-trash-o"></i></div>
@@ -304,10 +342,13 @@ License: You must have a valid license purchased only from themeforest(the above
<i class="fa fa-pencil"></i> </div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="row">
</div>
</div>
</div>
</div>
<!-- END EXAMPLE TABLE PORTLET-->
</div>