Pagination problem, How I can remove the current page from right side ? |
You can't remove it with Codeigniter, it's hardcoded in there. You will need to hide it with CSS.
Code: ul.pagination li.active {display: none;} Or better yet style it. Here is a bootstrap example: https://getbootstrap.com/docs/4.3/compon...ive-states |
Welcome Guest, Not a member yet? Register Sign In |