Bootstrap 4 and DT, icons.. (simply: need icons)
Bootstrap 4 and DT, icons.. (simply: need icons)
Busteren
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
This discussion has been closed.
Answers
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.
Can you link to a test case showing the issue please? This page shows BS4 working with DataTables and loading the sort icons.
Allan