mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Make purchase-order table sortable
This commit is contained in:
parent
1cffd41c07
commit
f90aa1d2cf
@ -1,11 +1,11 @@
|
||||
<table class='table table-striped table-condensed' id='po-table' {% if toolbar %}data-toolbar='{{ toolbar }}'{% endif %}>
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-field='company' data-searchable='true'>Company</th>
|
||||
<th data-field='reference' data-searchable='true'>Order Reference</th>
|
||||
<th data-field='description' data-searchable='true'>Description</th>
|
||||
<th data-field='status'>Status</th>
|
||||
<th data-field='items'>Items</th>
|
||||
<th data-field='company' data-sortable='true' data-searchable='true'>Company</th>
|
||||
<th data-field='reference' data-sortable='true' data-searchable='true'>Order Reference</th>
|
||||
<th data-field='description' data-sortable='true' data-searchable='true'>Description</th>
|
||||
<th data-field='status' data-sortable='true'>Status</th>
|
||||
<th data-field='items' data-sortable='true'>Items</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user