File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
resources/views/bootstrap-4/includes Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.19.2] - 2021-10-15
8
+
9
+ ### Changed
10
+
11
+ - Extracts just the field name from primaryKey - https://github.com/rappasoft/laravel-livewire-tables/pull/506
12
+ - Update BS4 pagination - https://github.com/rappasoft/laravel-livewire-tables/pull/507
13
+
7
14
## [ 1.19.1] - 2021-10-14
8
15
9
16
### Changed
@@ -524,7 +531,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
524
531
525
532
- Initial release
526
533
527
- [ Unreleased ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.19.1...development
534
+ [ Unreleased ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.19.2...development
535
+ [ 1.19.2 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.19.2...v1.19.2
528
536
[ 1.19.1 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.18.0...v1.19.1
529
537
[ 1.19.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.18.0...v1.19.0
530
538
[ 1.18.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.17.0...v1.18.0
Original file line number Diff line number Diff line change 1
1
@if ($showPagination )
2
2
@if ($paginationEnabled && $rows -> lastPage () > 1 )
3
3
<div class =" row" >
4
- <div class =" col-12 col-md-6" >
4
+ <div class =" col-12 col-md-6 overflow-auto " >
5
5
{{ $rows -> links () } }
6
6
</div >
7
7
You can’t perform that action at this time.
0 commit comments