@aware(['component', 'tableName']) @if ($component->isTailwind()) @elseif ($component->isBootstrap())
$component->getColumnSelectIsHiddenOnMobile() && $component->isBootstrap4(), 'd-none d-md-block mb-3 mb-md-0 pl-0 pl-md-2' => $component->getColumnSelectIsHiddenOnTablet() && $component->isBootstrap4(), 'd-none d-sm-block mb-3 mb-md-0 md-0 ms-md-2' => $component->getColumnSelectIsHiddenOnMobile() && $component->isBootstrap5(), 'd-none d-md-block mb-3 mb-md-0 md-0 ms-md-2' => $component->getColumnSelectIsHiddenOnTablet() && $component->isBootstrap5(), ]) >
$component->isBootstrap(), ]) wire:key="{{ $tableName }}-column-select-button" >
$component->isBootstrap4(), 'dropdown-menu dropdown-menu-end w-100' => $component->isBootstrap5(), ]) aria-labelledby="columnSelect-{{ $tableName }}" > @if($component->isBootstrap4())
@elseif($component->isBootstrap5())
getSelectableSelectedColumns()->count() == $component->getSelectableColumns()->count()) checked wire:click="deselectAllColumns" @else unchecked wire:click="selectAllColumns" @endif />
@endif @foreach ($component->getColumnsForColumnSelect() as $columnSlug => $columnTitle)
$component->isBootstrap5(), ]) > @if ($component->isBootstrap4()) @elseif($component->isBootstrap5()) @endif
@endforeach
@endif