Sortierbare Items #68

Merged
Byroks merged 7 commits from #48-draggable-items into develop 2024-03-04 10:01:48 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit dacee1591c - Show all commits

View File

@ -87,9 +87,9 @@
<td><a class="title add-kampfkunst"><i class="fa-regular fa-plus"></i></a></th>
</tr>
</thead>
<tbody class="items-lists">
<tbody class="items-list">
{{#each data.calc.kampfkuenste as |item itemId|}}
<tr data-item-id="{{itemId}}" class="items">
<tr data-item-id="{{itemId}}" class="item">
<td class="padding edit-item">{{item.label}}</td>
<td>
{{#if item.isKido}}