@props([ 'eventName' => null, 'columns' => [], 'rows' => [], 'type' => 'basic' , 'searchable'=> null, 'searchUrl' => null, 'labelButtom' => null, 'buttonAdd' => true, 'disabled' => null, 'extraSearchParams' => null, // 🔥 nuevo ]) {{ ($extraSearchParams) ? 'extraSearchParams':''}}
| {{ $column['label'] }} | @endforeachAcciones |
|---|---|
|
{{-- Prefijo Visual --}}
@if($prefix)
@if(isset($column['render_under']))
{{ $prefix }}
@endif
@php
$isSelect = $column['select'] ?? false;
$options = $column['options'] ?? [];
$showEmpty = $column['show_empty'] ?? false;
@endphp
@if($isSelect)
@else
@endif
{{-- ICONO CARGANDO (Spinner) --}}
No hay resultados
{{ $suffix }}
@endif
@foreach($column['render_under'] as $sub)
@endif
{{-- SOLO LABEL --}}
@if(($sub['type'] ?? '') === 'label')
@endforeach
|
@endforeach
{{-- Botón Eliminar --}}