fix error with unsortable relations
This commit is contained in:
parent
1605987952
commit
6f7f65fa36
@ -154,7 +154,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" data-field="name" data-sortable="true">Name</th>
|
<th scope="col" data-field="name" data-sortable="true">Name</th>
|
||||||
<th scope="col" data-field="storageUnit" data-sortable="true">Storage Unit</th>
|
<th scope="col" data-field="storageUnit" data-sortable="false">Storage Unit</th>
|
||||||
<th scope="col" data-field="actions" data-sortable="false" data-searchable="false" data-width="160">Actions</th>
|
<th scope="col" data-field="actions" data-sortable="false" data-searchable="false" data-width="160">Actions</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -178,7 +178,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" data-field="name" data-sortable="true">Name</th>
|
<th scope="col" data-field="name" data-sortable="true">Name</th>
|
||||||
<th scope="col "data-field="address" data-sortable="true">Address</th>
|
<th scope="col "data-field="address" data-sortable="false">Address</th>
|
||||||
<th scope="col" data-field="actions" data-searchable="false" data-width="160">Actions</th>
|
<th scope="col" data-field="actions" data-searchable="false" data-width="160">Actions</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user