th and td classnames edited for bulkaction

This commit is contained in:
Burak Civan
2022-08-09 15:40:22 +03:00
parent 9572cf5df6
commit 04f75754f4
15 changed files with 31 additions and 25 deletions

View File

@ -44,7 +44,7 @@
<x-table>
<x-table.thead>
<x-table.tr>
<x-table.th class="ltr:pr-6 rtl:pl-6 hidden sm:table-cell" hidden-mobile override="class">
<x-table.th kind="bulkaction">
<x-index.bulkaction.all />
</x-table.th>
@ -79,7 +79,7 @@
<x-table.tbody>
@foreach($items as $item)
<x-table.tr href="{{ route('items.edit', $item->id) }}">
<x-table.td class="ltr:pr-6 rtl:pl-6 hidden sm:table-cell" hidden-mobile override="class">
<x-table.td kind="bulkaction">
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->name }}" />
</x-table.td>