I am currently in the process of migrating a website from Codeigniter 3 to Codeigniter 4. The existing Bootstrap pagination on a specific element works smoothly in the Codeigniter 3 version:
Link:
https://i.sstatic.net/Fy3AdpOV.png
However, after incorporating the pagination class into other elements within CI4, I have been facing difficulties in getting it to apply as expected. Even though Bootstrap is correctly linked in the header, the transition to CI4 seems to have introduced some changes that are affecting the implementation.
New URL:
https://i.sstatic.net/Z4bNvCSm.png
If anyone can provide insight on what might be missing or where the issue lies in my current approach, it would be greatly appreciated.