DataTables Button Semantic UI (Webjars) returning "â–¾" instead of "▾" in CSS for colvis dropdown

DataTables Button Semantic UI (Webjars) returning "â–¾" instead of "▾" in CSS for colvis dropdown

rayman245rayman245 Posts: 1Questions: 1Answers: 0
edited August 2022 in Free community support

Hi there,

I am facing issues when using "/webjars/datatables-buttons/css/buttons.semanticui.css" in my index.html. The UTF char for colvis button content is returning the weird text instead.

This is my index.html header

If I were to use from cdn https://cdn.datatables.net/buttons/2.2.2/css/buttons.semanticui.css there is no issues.
As matter of fact if I used the min.css files the order arrows also face the same issue.

One thing I did noticed if I tried accessing http://localhost:8080/webjars/datatables-buttons/css/buttons.semanticui.css from postman, the character is returned properly.

For now I will revert to using the cdn version, but would be great if someone could help me understand why this is happening.

Thanks,
Raymond

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    My guess is that your web server isn't serving the file up as UTF8, or something like that. But as Colin says, we'd need a test case really.

    Allan

  • vinosesvinoses Posts: 1Questions: 0Answers: 0

    i had a similar issue of the sort icon being a-¾, resolved by replacing jquery.dataTables.css with dataTables.bootstrap.css

Sign In or Register to comment.