Sorting Icons not showing

Sorting Icons not showing

alejandrom3alejandrom3 Posts: 1Questions: 1Answers: 0
edited June 2018 in Free community support

I alredy worked with datatables with no problems, but then I downloaded the new version and put the <link> and <script> in their respective places. Everything works except that the header of the table does not show the sorting icons. I tried to use the web links to check if i missed something but it also not shows the icons:

style link:
https://cdn.datatables.net/v/dt/dt-1.10.17/fc-3.2.5/fh-3.1.4/r-2.2.2/sc-5.04.4/datatables.min.css

script link:
https://cdn.datatables.net/v/dt/dt-1.10.17/fc-3.2.5/fh-3.1.4/r-2.2.2/sc-5.04.4/datatables.min.js

I alredy have jquery installed BEFORE the datatables script

This is how it looks (with no sorting icons):

What I can do to fix this?

Answers

  • garuda_onegaruda_one Posts: 9Questions: 0Answers: 0

    Have you tried getting rid of all of your custom CSS?

  • allanallan Posts: 61,661Questions: 1Answers: 10,094 Site admin

    We'd really need a link to a test case showing the issue. Its possible that some other CSS is overriding the icons, or something else is going on - I don't know.

    This example uses the two files you linked to and it shows the sorting icons, so there is something else going on.

    Allan

This discussion has been closed.