|
|
@@ -189,8 +189,14 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th data-field="id" class="col-md-2">Item ID</th>
|
|
|
- <th data-field="name" class="col-md-6">Item Name</th>
|
|
|
- <th data-field="price" class="col-md-4">Item Price</th>
|
|
|
+ <th data-field="name" class="col-md-6">
|
|
|
+ <i class="glyphicon glyphicon-star"></i>
|
|
|
+ Item Name
|
|
|
+ </th>
|
|
|
+ <th data-field="price" class="col-md-4">
|
|
|
+ <i class="glyphicon glyphicon-heart"></i>
|
|
|
+ Item Price
|
|
|
+ </th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
</table>
|