File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This package is to displaying the model data in a Grid table.
26
26
27
27
Run the composer command:
28
28
29
- ` composer require itstructure/laravel-grid-view "~1.0.12 " `
29
+ ` composer require itstructure/laravel-grid-view "~1.1.0 " `
30
30
31
31
### If you are testing this package from a local server directory
32
32
Original file line number Diff line number Diff line change 1
1
### CHANGE LOG:
2
2
3
+ ** 1.1.0 February 04, 2024**
4
+ - Change from ` col-xl-... ` to ` col-lg-... ` in ` tfoot ` paginator and buttons containers.
5
+
3
6
** 1.0.12 January 03, 2024**
4
7
- Bug fix for showing pagination page totals.
5
8
Original file line number Diff line number Diff line change 98
98
<td colspan =" {{ count ($columnObjects ) + 1 } }" >
99
99
<div class =" mx-1" >
100
100
<div class =" row" >
101
- <div class =" col-12 col-xl -8 text-center text-xl -left" >
101
+ <div class =" col-12 col-lg -8 text-center text-lg -left" >
102
102
{{ $paginator -> render (' grid_view::pagination' ) } }
103
103
</div >
104
- <div class =" col-12 col-xl -4 text-center text-xl -right" >
104
+ <div class =" col-12 col-lg -4 text-center text-lg -right" >
105
105
@if ($useFilters )
106
106
<button id =" grid_view_search_button" type =" button" class =" btn btn-primary" >{{ $searchButtonLabel } } </button >
107
107
<button id =" grid_view_reset_button" type =" button" class =" btn btn-warning" >{{ $resetButtonLabel } } </button >
You can’t perform that action at this time.
0 commit comments