maiconpinto / cakephp-adminlte-theme

CakePHP AdminLTE Theme
http://maiconpinto.github.io/cakephp-adminlte-theme/
MIT License
173 stars 111 forks source link

Total records in a list/Index #103

Open dantedantas opened 4 years ago

dantedantas commented 4 years ago

Dear all,

I used the 'bake all' to build some pages. Now when I open one of these pages, e.g.: /myApp/myTable It shows me a list of ONLY 20 records, but I know that this table has 1600 records.

Please, maybe someone could help me with this issue?

Thank you, Dante

amontrope commented 4 years ago

The bake function does not add in the pagination links. I suggest either you add the helper links to the template for pagination or remove the paginate query from the controller and load all records.