![]() |
Pagination numbers - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11) +--- Thread: Pagination numbers (/showthread.php?tid=72198) |
Pagination numbers - omid_student - 11-19-2018 Hi I have below pagination in my project https://worldhotelcodes.com/whc/countries/43 I need show links from 1 to 10 and from 10 to 100 step by 10 and in last links i see 100 or 400 page number Mayne? RE: Pagination numbers - neuron - 11-20-2018 You can extend pagination library, and implement your own methods that meets your requirements RE: Pagination numbers - omid_student - 11-21-2018 (11-20-2018, 11:35 PM)neuron Wrote: You can extend pagination library, and implement your own methods that meets your requirementsI know but how do i show links according of count |