Datatable pagination does not appear properly
Datatable pagination does not appear properly
Ahmed_Hussein
Posts: 2Questions: 1Answers: 0
I followed the example found here: https://datatables.net/examples/styling/bootstrap.html
I tried it on Google Chrome, Mozilla Firefox and even Internet Explorer.
Also, I am using the same version of (Bootstrap, JQuery and Datatables). It works but, unfortunately, the pagination under the table does not appear properly (It looks like a sequence of page links rather than page buttons [See the attached figure])
Could you help me?
This discussion has been closed.
Answers
I could solve my issue. The problem was that I used CDNs to include "datatable bootstrap" and "datatable jquery" in the wrong order inside the head tag
The correct order should be:
Thanks for posting back. The download builder can be useful to make sure you get all the required files in the required order.
Allan