Datatable pagination does not appear properly

Datatable pagination does not appear properly

Ahmed_HusseinAhmed_Hussein Posts: 2Questions: 1Answers: 0
edited January 2018 in Free community support

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?

Answers

  • Ahmed_HusseinAhmed_Hussein Posts: 2Questions: 1Answers: 0
    edited January 2018

    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:

    1. include "datatable jquery"
    2. include "datatable bootstrap"
  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Thanks for posting back. The download builder can be useful to make sure you get all the required files in the required order.

    Allan

This discussion has been closed.