diff --git a/resources/views/bootstrap/50/actions.blade.php b/resources/views/bootstrap/50/actions.blade.php index 6a7a5b08..2bdbdf6a 100644 --- a/resources/views/bootstrap/50/actions.blade.php +++ b/resources/views/bootstrap/50/actions.blade.php @@ -10,10 +10,9 @@ @endphp @if($action->view !== '') - @else
diff --git a/resources/views/bootstrap/50/footer.blade.php b/resources/views/bootstrap/50/footer.blade.php index 774a2764..96132f92 100644 --- a/resources/views/bootstrap/50/footer.blade.php +++ b/resources/views/bootstrap/50/footer.blade.php @@ -22,7 +22,7 @@
@if(method_exists($data, 'links')) - {!! $data->links() !!} + {!! $data->links('livewire-powergrid::bootstrap.50.pagination', ['record_count' => $record_count]) !!} @endif
diff --git a/resources/views/bootstrap/50/pagination.blade.php b/resources/views/bootstrap/50/pagination.blade.php new file mode 100644 index 00000000..7de9c18e --- /dev/null +++ b/resources/views/bootstrap/50/pagination.blade.php @@ -0,0 +1,48 @@ +
+ @if ($paginator->hasPages()) + + @endif +