|
|
@@ -377,9 +377,9 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th data-field="state" data-checkbox="true"></th>
|
|
|
- <th data-field="id" data-align="right">Item ID</th>
|
|
|
- <th data-field="name" data-align="center">Item Name</th>
|
|
|
- <th data-field="price" data-align="">Item Price</th>
|
|
|
+ <th data-field="id" data-align="right" data-sortable="true">Item ID</th>
|
|
|
+ <th data-field="name" data-align="center" data-sortable="true">Item Name</th>
|
|
|
+ <th data-field="price" data-sortable="true" data-sorter="priceSorter">Item Price</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
</table>
|
|
|
@@ -403,9 +403,9 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th data-field="state" data-checkbox="true"></th>
|
|
|
- <th data-field="id" data-align="right">Item ID</th>
|
|
|
- <th data-field="name" data-align="center">Item Name</th>
|
|
|
- <th data-field="price" data-align="">Item Price</th>
|
|
|
+ <th data-field="id" data-align="right" data-sortable="true">Item ID</th>
|
|
|
+ <th data-field="name" data-align="center" data-sortable="true">Item Name</th>
|
|
|
+ <th data-field="price" data-sortable="true">Item Price</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
</table>
|