Disappearing sorting arrows

Disappearing sorting arrows

JohnC1967JohnC1967 Posts: 1Questions: 1Answers: 0

Has anyone had this issue? My datatables is working fine, including sorting with the appropriate arrows in the header - as long as I'm doing my testing in Visual Studio. When I publish it and send it off to the dev server, the arrows disappear. All the files are there (if they weren't, I wouldn't see them when I run from Visual Studio).

The only unusual thing I've done is change the background color of the header. I guess I could take the raw images and alter them with a color, saving them as a new image, but that seems a bit overkill. I still see the arrows on top of my background color during testing. Anyone have any ideas why this might happen?

  • John

Answers

  • kthorngrenkthorngren Posts: 21,303Questions: 26Answers: 4,947

    My guess is a CSS issue. Maybe you are loading either a CSS or JS include twice or not at all.

    If you suspect the background of the header try removing that as a test.

    Probably would need to look at what you have to troubleshoot.

    Kevin

This discussion has been closed.