Can I add ellipsis in between first and last pages in code-igniter pagination?
I want to display the pagination like <1,2,3,....9,10> using PHP code-igniter frame work.
How can I achieve that?
I had used answers to some other stack overflow questions, but they did not work the way I expected.
codeigniter pagination : showing DOTS(.) before last page button