@props([
'readyToLoad' => false,
'items' => null,
'lazy' => false,
'tableName' => null,
'theme' => null,
])
setUp['responsive']) x-data="pgResponsive" @endisset>
@if ($readyToLoad)
{{ $body }}
@else
{{ $loading }}
@endif
{{-- infinite pagination handler --}}
@if ($this->canLoadMore && $lazy)
@include(data_get($theme, 'root') . '.header.loading')
@endif