Copy
<!-- begin widget-table -->
<table class="table table-bordered widget-table widget-table-rounded ">
<thead>
<tr>
<th width="1%">Image</th>
<th>Product Info</th>
<th>Price</th>
<th>Qty</th>
<th>Total</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<div class="widget-table-img" style="background-image: url(../assets/img/product/product-6.png);"></div>
</td>
<td>
<h4 class="widget-table-title">Mavic Pro Combo</h4>
<p class="widget-table-desc m-b-15">Portable yet powerful, the Mavic Pro is your personal drone, ready to go with you everywhere.</p>
<div class="progress progress-sm rounded-corner m-b-5">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-orange f-s-10 f-w-600" style="width: 30%;">30%</div>
</div>
<div class="clearfix f-s-10">
status: <b class="text-inverse ">Shipped</b>
</div>
</td>
<td class="text-nowrap">
<b class="text-inverse ">$999</b><br />
<small class="text-inverse text-line-through">$1,202</small>
</td>
<td>1</td>
<td>999.00</td>
<td><a href="#" class="btn btn-inverse btn-sm width-80 rounded-corner">Edit</a></td>
</tr>
</tbody>
</table>
<!-- end widget-table -->