<div class="col-md-11 form-table">
<table class="table table-bordered table-hover">
<thead>
<tr>
<th>
Category
</th>
<th>
Model
</th>
<th>
Asset_ID
</th>
<th>
SN
</th>
<th>
Qty
</th>
</tr>
</thead>
<tbody id="suggest1">
<tr>
<td>
<input type="text" name="" value="" />
</td>
<td>
<input type="text" name="" id="" value="" />
</td>
<td>
<input type="text" />
</td>
<td>
<input type="text" />
</td>
<td>
<input type="text" />
</td>
</tr>
<td>
<input type="text" name="" id="" value="" />
</td>
<td>
<input type="text" name="" id="" value="" />
</td>
<td>
<input type="text" />
</td>
<td>
<input type="text" />
</td>
<td>
<input type="text" />
</td>
</tr>
</tbody>
</table>
</div>
</div>