Remove items from shopping list without reloading the whole page

This commit is contained in:
Bernd Bestel
2018-08-11 14:07:44 +02:00
parent 324487d395
commit b7f0b06684
2 changed files with 8 additions and 3 deletions

View File

@@ -38,7 +38,7 @@
</thead>
<tbody>
@foreach($listItems as $listItem)
<tr class="@if(FindObjectInArrayByPropertyValue($missingProducts, 'id', $listItem->product_id) !== null) table-info @endif">
<tr id="shoppinglistitem-{{ $listItem->id }}-row" class="@if(FindObjectInArrayByPropertyValue($missingProducts, 'id', $listItem->product_id) !== null) table-info @endif">
<td class="fit-content">
<a class="btn btn-sm btn-info" href="{{ $U('/shoppinglistitem/') }}{{ $listItem->id }}">
<i class="fas fa-edit"></i>