added sorting in supplies tab.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-01-27 12:16:49 -07:00
parent 6f0115e5c5
commit 0b6033cc00

View File

@@ -46,8 +46,8 @@
<th scope="col" class="col-2">Part #</th>
<th scope="col" class="col-2">Supplier</th>
<th scope="col" class="col-2 col-xl-3">Description</th>
<th scope="col" class="col-1">Quantity</th>
<th scope="col" class="col-1">Cost</th>
<th scope="col" class="col-1" onclick="toggleSort('supply-tab-pane', this)" style="cursor:pointer;">Quantity</th>
<th scope="col" class="col-1" onclick="toggleSort('supply-tab-pane', this)" style="cursor:pointer;">Cost</th>
<th scope="col" class="col-2">Notes</th>
</tr>
</thead>