bower datatables.net-bs missing 'images' directory
bower datatables.net-bs missing 'images' directory
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
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
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.
I have the same issue, on chrome console is showing this error. I install via bower.
@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