CodeIgniter Forums
multiple pagination in one view, what is the best way to do it? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: multiple pagination in one view, what is the best way to do it? (/showthread.php?tid=57870)



multiple pagination in one view, what is the best way to do it? - El Forum - 04-21-2013

[eluser]Blazetama[/eluser]
This is my 1st post on this forum, so sorry if i made a mistake or something not right.

The following is my question :

Note : I need to redirect you to the SO's link because this forum keep giving me error.

This is the link to my (unsolved) question : http://stackoverflow.com/questions/16051249/jquerys-tabs-with-multiple-codeigniters-pagination-multiple-pagination-on-sam

Any help will be appreciated, Thanks Big Grin


multiple pagination in one view, what is the best way to do it? - El Forum - 04-21-2013

[eluser]TheFuzzy0ne[/eluser]
Welcome to the CodeIgniter forums!

Sure, it's possible. Why can't you initialise and call the pagination class once for each tab?


multiple pagination in one view, what is the best way to do it? - El Forum - 04-21-2013

[eluser]Blazetama[/eluser]
Thanks for the warm welcome Big Grin

Well, the library required a base url for each use, but i only use one base url because its in one html/view. The 1st pagination is working fine, but the other is not working.


multiple pagination in one view, what is the best way to do it? - El Forum - 04-22-2013

[eluser]jairoh_[/eluser]
i don't think it's possible. and you i bet can't often see a site that uses multiple pagination on a page.