Server : LiteSpeed System : Linux server335.web-hosting.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : cardxfeb ( 2452) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/cardxfeb/www/resources/views/vendor/livewire-tables/components/table/td/ |
@aware(['component', 'tableName'])
@props(['rowID', 'rowIndex'])
@php($theme = $component->getTheme())
<x-livewire-tables::table.td.plain x-cloak x-show="currentlyReorderingStatus" wire:key="{{ $tableName }}-tbody-reorder-{{ $rowID }}" :displayMinimisedOnReorder="false">
<svg
x-cloak x-show="currentlyReorderingStatus"
xmlns="http://www.w3.org/2000/svg"
fill="none" stroke="currentColor"
viewBox="0 0 24 24"
@class([
'inline w-4 h-4' => $theme === 'tailwind',
'd-inline' => $theme === 'bootstrap-4' || $theme === 'bootstrap-5',
])
@style([
'width:1em; height:1em;' => $theme === 'bootstrap-4' || $theme === 'bootstrap-5',
])
>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</x-livewire-tables::table.td.plain>