![]() |
Pagination Display Only 10 Links Records And Last Link Record - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Pagination Display Only 10 Links Records And Last Link Record (/showthread.php?tid=35314) |
Pagination Display Only 10 Links Records And Last Link Record - El Forum - 10-25-2010 [eluser]Ahmed Iqbal[/eluser] Hello Friends, im using codeingiter 1.7.2 version. i've problem with my site pagination. im trying to explain you with code. problem is that, my pagination working but still first link [1] selected. i mean when i click on [2], so pagination need to be select 2. but here only one selected in every where. second problem, im show 10 links in pagination. so, only 10 link's records display. [last] link display last 10 records. im unable to see central records link pagination. for example im on link [10]. so i'll get more [11] to [20] records link. but my pagination consist on 10 link and last link. Please, suggest me how i fix my code. to display proper full pagination....! waiting for reply...! thanks Model Code: Code: function cat_get_sms($num, $offset) { Controller Code: Code: function categorie() { View Code: Code: <?php echo $this->pagination->create_links(); ?> Pagination Display Only 10 Links Records And Last Link Record - El Forum - 10-26-2010 [eluser]Fireclave[/eluser] Hi, i have this problem too. The pagination class is sometime working great an sometime horror. I don't know why, too.... Pagination Display Only 10 Links Records And Last Link Record - El Forum - 10-26-2010 [eluser]Ahmed Iqbal[/eluser] Please, anybody have idea about this? Pagination Display Only 10 Links Records And Last Link Record - El Forum - 10-26-2010 [eluser]Fireclave[/eluser] you could an other Query and look again Pagination Display Only 10 Links Records And Last Link Record - El Forum - 10-26-2010 [eluser]Ahmed Iqbal[/eluser] i've used custom pagination its working fine for me...! codeigniter pagination not perfect....! Pagination Display Only 10 Links Records And Last Link Record - El Forum - 10-26-2010 [eluser]Fireclave[/eluser] do you have a link to this library ? i would change too !!! Pagination Display Only 10 Links Records And Last Link Record - El Forum - 10-26-2010 [eluser]Ahmed Iqbal[/eluser] check your PM. |