![]() |
What's the best way to limit pagination to 5 pages? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: What's the best way to limit pagination to 5 pages? (/showthread.php?tid=81879) |
What's the best way to limit pagination to 5 pages? - nneves - 05-14-2022 Hey I have a page where I use pagination, 20 records per page, but I would like to limit max to 5 pages / 100 records out of the thousands I have in the table. I've read the documentation but I can't find a way to do it. What is the best way to limit pagination to 5 pages? Thanks. RE: What's the best way to limit pagination to 5 pages? - Mostafa Khudair - 05-14-2022 Config\Pager::$perPage |