bower datatables.net-bs missing 'images' directory

bower datatables.net-bs missing 'images' directory

CBolandCBoland Posts: 9Questions: 3Answers: 0

I'm installing DataTables Bootstrap styling via Bower, and the /images directory that contains the sort images (sort_asc.png, etc.) is missing from the package.

A similar issue is here that was resolved for the Foundation styling:
https://datatables.net//forums/discussion/comment/85008/

If they are the same images for all stylings, perhaps they should be included in the 'datatables.net' package rather than in the styling packages.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,850Questions: 1Answers: 10,519 Site admin
    Answer ✓

    The Bootstrap styling of DataTables doesn't use sort_asc.png etc - it uses the Glyphicons included in Bootstrap. Example.

    Could you give me some more details about how you have it configured please?

    Allan

  • CBolandCBoland Posts: 9Questions: 3Answers: 0

    You're right, Alan, those images are not needed with Bootstrap styling. I'm in the process of converting to Bower for client package management and was verifying the same files are being pulled. I'll remove them from my project.

    Thank you for your quick reply.

  • leafaravlisleafaravlis Posts: 1Questions: 0Answers: 0

    I have the same issue, on chrome console is showing this error. I install via bower.

  • allanallan Posts: 63,850Questions: 1Answers: 10,519 Site admin

    @leafaravlis - Happy to take a look at the page if you post a link. As I stated above the Bootstrap styling for DataTables doesn't use those files, so something else is going on.

    Allan

This discussion has been closed.