Sorting arrows missing from datatable using bootstrap v4 alpha 5

Sorting arrows missing from datatable using bootstrap v4 alpha 5

mokumoku Posts: 3Questions: 1Answers: 0

Hi,

Wondering if anyone is having a similar issue? If so have you been able to patch it until full support for bootstrap 4 is available?

Answers

  • allanallan Posts: 63,823Questions: 1Answers: 10,517 Site admin

    Seems to work for me. Please link to a test case showing the issue.

    until full support for bootstrap 4 is available?

    Full support will only be available when Bootstrap 4 is released. It is still alpha.

    Allan

  • mokumoku Posts: 3Questions: 1Answers: 0

    I'm trying to recreate the issue, I'll post that as soon as I can. When I use the CDNs you provided the arrows show up but are ill formatted, see attached img.

  • mokumoku Posts: 3Questions: 1Answers: 0

    Ok so it looks like it the font was causing the issue. I used this to fix it:

    th::before, th::after {
      font: 100%/1.45em "Helvetica Neue", HelveticaNeue, Verdana, Arial, Helvetica, sans-serif;
      bottom: 0.5em !important;
    }
    
  • allanallan Posts: 63,823Questions: 1Answers: 10,517 Site admin

    What was the font you were using?

    Allan

This discussion has been closed.