File tree Expand file tree Collapse file tree 4 files changed +16
-14
lines changed Expand file tree Collapse file tree 4 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " deltasystems /laravel-livewire-tables" ,
2
+ "name" : " rappasoft /laravel-livewire-tables" ,
3
3
"description" : " A dynamic table component for Laravel Livewire" ,
4
4
"keywords" : [
5
5
" rappasoft" ,
Original file line number Diff line number Diff line change 1
1
@if ($showPagination )
2
- @if ($paginationEnabled && $showPerPage && $ rows-> lastPage () > 1 )
2
+ @if ($paginationEnabled && $rows -> lastPage () > 1 )
3
3
<div class =" row" >
4
4
<div class =" col-12 col-md-6" >
5
5
{{ $rows -> links () } }
Original file line number Diff line number Diff line change 1
1
@if ($showPagination )
2
- @if ($paginationEnabled && $showPerPage && $ rows-> lastPage () > 1 )
2
+ @if ($paginationEnabled && $rows -> lastPage () > 1 )
3
3
<div class =" row" >
4
4
<div class =" col-12 col-md-6" >
5
5
{{ $rows -> links () } }
Original file line number Diff line number Diff line change 1
- <div class =" p-6 md:p-0" >
2
- @if ($paginationEnabled && $showPagination && $rows -> lastPage () > 1 )
3
- {{ $rows -> links () } }
4
- @else
5
- <p class =" text-sm text-gray-700 leading-5" >
6
- @lang (' Showing' )
7
- <span class =" font-medium" >{{ $rows -> count () } } </span >
8
- @lang (' results' )
9
- </p >
10
- @endif
11
- </div >
1
+ @if ($showPagination )
2
+ <div class =" p-6 md:p-0" >
3
+ @if ($paginationEnabled && $rows -> lastPage () > 1 )
4
+ {{ $rows -> links () } }
5
+ @else
6
+ <p class =" text-sm text-gray-700 leading-5" >
7
+ @lang (' Showing' )
8
+ <span class =" font-medium" >{{ $rows -> count () } } </span >
9
+ @lang (' results' )
10
+ </p >
11
+ @endif
12
+ </div >
13
+ @endif
You can’t perform that action at this time.
0 commit comments