File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
22
@unless ($headless )
23
23
@isset ($head )
24
24
{{ $head } }
25
- @else
25
+ @elseif ( count ( $table -> resource ) )
26
26
@include (' splade::table.head' )
27
27
@endisset
28
28
@endunless
Original file line number Diff line number Diff line change 1
1
<div class =" flex flex-col mt-3" >
2
2
<div class =" -my-2 overflow-x-auto" >
3
3
<div class =" py-2 align-middle inline-block min-w-full sm:px-px" >
4
- <div class =" shadow relative sm:rounded-md sm:overflow-hidden" >
4
+ <div class =" shadow-sm relative border border-gray-200 sm:rounded-md sm:overflow-hidden" >
5
5
{{ $slot } }
6
6
</div >
7
7
</div >
Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ public function showPaginator(): bool
48
48
return false ;
49
49
}
50
50
51
+ if ($ resource ->isEmpty ()) {
52
+ return false ;
53
+ }
54
+
51
55
return SpladeTable::hidesPaginationWhenResourceContainsOnePage ()
52
56
? $ resource ->hasPages ()
53
57
: true ;
You can’t perform that action at this time.
0 commit comments