File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<?php
2- // Prepare variables in one scope (no JS added here)
2+ // Prepare variables in one scope
33 $ page = $ this ->pagination ->page ;
44 $ totalPages = $ this ->pagination ->pageCount ;
55 $ isFirst = $ page <= 1 ;
Original file line number Diff line number Diff line change 11<?php
2- // Prepare variables in one scope (no JS added here)
2+ // Prepare variables in one scope
33 $ page = $ this ->pagination ->page ;
44 $ totalPages = $ this ->pagination ->pageCount ;
55 $ isFirst = $ page <= 1 ;
Original file line number Diff line number Diff line change 99
1010config_pagination ([
1111 'allow ' => true ,
12- 'view ' => 'bootstrap ' //bootstrap|loading|simple/ cursor[default]
12+ 'view ' => 'loading ' //bootstrap|loading|cursor| simple [default]
1313]);
1414
1515// dd(
You can’t perform that action at this time.
0 commit comments