CodeIgniter Forums
Jquery Ajax Pagination - 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: Jquery Ajax Pagination (/showthread.php?tid=22694)



Jquery Ajax Pagination - El Forum - 09-17-2009

[eluser]Đaяк Đaηтє[/eluser]
I have a few days trying to do a pagination using Jquery Ajax funtions, but I don't know where I need to start to do this, can you give some clues please.

Thanks...


Jquery Ajax Pagination - El Forum - 09-18-2009

[eluser]OES[/eluser]
I done a screencast for such a thing.

See it here : http://www.weblee.co.uk/screencasts/

Part 3 has the Ajax bit.

Good Luck !


Jquery Ajax Pagination - El Forum - 09-18-2009

[eluser]designfellow[/eluser]
Hi,
You can try Jquery Pagination Plugin.

I think it'll help you without much effort

Happy Coding,
DesignFellow


Jquery Ajax Pagination - El Forum - 09-20-2009

[eluser]Đaяк Đaηтє[/eluser]
Really good, OES, your screencast helps me very much. thanks for your help...


Jquery Ajax Pagination - El Forum - 09-21-2009

[eluser]Myles Wakeham[/eluser]
We battled with this problem a while back and eventually settled on FlexiGrid for jQuery for this. There are posts on the forums (do a search for them) and possibly some Wiki info, but the results have been fantastic. You will want to use it in conjunction with optimized SQL queries of course, since you are going to provide your end user with a lot of options to search, filter, and sort on displayed data. But after going through the process to integrate this into CI, the payback has been really well worth it. My clients love the end resulting grid apps, and after getting all the JSON stuff working with CI, it opens up a world of opportunities as well.

Good luck.

Myles