Bootstrap 4 and DT, icons.. (simply: need icons)

Bootstrap 4 and DT, icons.. (simply: need icons)

BusterenBusteren Posts: 52Questions: 17Answers: 4

Okay, so this might be more bootstrap 4 help. Bottom line, I have included bootstrap 4. But there is no icons in the datatable. I don't really have them, but i tried downloading some and put them css/fonts. Like any icons will do. Anyone can help me out? Just bootstrap 4 currently and icons :)

Will be really appreciated

This question has an accepted answers - jump to answer

Answers

  • Loren MaxwellLoren Maxwell Posts: 406Questions: 99Answers: 10

    I recommend Font Awesome.

    You can include this in your CSS file:
    @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

    and Font Awesome should be available to use.

  • allanallan Posts: 63,463Questions: 1Answers: 10,466 Site admin
    Answer ✓

    Can you link to a test case showing the issue please? This page shows BS4 working with DataTables and loading the sort icons.

    Allan

This discussion has been closed.