CodeIgniter Forums
Pagination Ellipsis Question - 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: Pagination Ellipsis Question (/showthread.php?tid=70354)



Pagination Ellipsis Question - wmx11 - 03-29-2018

Hello!

It's great to see the codeigniter community! I am a fresh web developer who started using CI just recently. I have a question about pagination, well, more specifically about the ellipsis part.

The pagination itself is working just fine, the only thing that is missing is the ellipsis. Is there a way to do it? 

See picture attachment to understand what I'm talking about. 

At the moment, I don't have a lot of blog posts, so the total count is 11 pages, but it will get messy if this continues. 

I was looking for a way to do this, but I've only found ellipsis for string/text. 
Any help, guidance, or pointers to the right direction will be appreciated! 

Thank you!


RE: Pagination Ellipsis Question - InsiteFX - 03-30-2018

CodeIgniter has never had that, but I do agree it would be nice if they added it.

I did find this older CodeIgniter library that was modified to do it, you would need to
convert the code to the new version.

ci-pagination