DataTables With FontAwesome and Bootstrap 4 Integrations - Bug On Sort Icons?
DataTables With FontAwesome and Bootstrap 4 Integrations - Bug On Sort Icons?
I've been able to reproduce this in the DataTables Live environment: http://live.datatables.net/honitutu/1/edit?html,output
Basically the old Bootstrap 4 sorting icon shows alongside the FontAwesome sorting icon. If I comment out the dataTables.bootstrap4.min.css
file, the non-FontAwesome icon seems to go away.
I haven't managed to track down what in the dataTables.bootstrap4.min.css
file is causing this yet. At first I thought it was the order, but I have reordered it so the FontAwesome CSS comes after the Bootstrap 4 DataTables CSS, and makes no difference.