diff --git a/CHANGELOG.md b/CHANGELOG.md index d05f04683..8383e57b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to `laravel-livewire-tables` will be documented in this file ## PREVIEW +### Bug Fixes +- Improved Pagination UX for Bootstrap 4 by @daniel-skopek in https://github.com/rappasoft/laravel-livewire-tables/pull/2251 + ### Tweaks - Tidying PHPDocs by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2246 diff --git a/resources/views/specific/bootstrap-4/pagination.blade.php b/resources/views/specific/bootstrap-4/pagination.blade.php index 35f76cd59..2449323b6 100644 --- a/resources/views/specific/bootstrap-4/pagination.blade.php +++ b/resources/views/specific/bootstrap-4/pagination.blade.php @@ -3,7 +3,7 @@ @php(isset($this->numberOfPaginatorsRendered[$paginator->getPageName()]) ? $this->numberOfPaginatorsRendered[$paginator->getPageName()]++ : $this->numberOfPaginatorsRendered[$paginator->getPageName()] = 1)