Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35371

Datatable's fontawesome plugin doesn't work with fontawesome's latest release, v5.0.12

$
0
0

Hey guys,
I've included the plugin based on this instruction:https://datatables.net/blog/2014-06-06, but the sorting and pagination icons are not shown. Is there anything wrong with my import order?

<link rel="stylesheet" href="{{ asset('css/app.css') }}">
<link href="{{ asset('sweetalert2/sweetalert2.min.css') }}" rel="stylesheet">
<script src="{{ asset('fontawesome/svg-with-js/js/fontawesome-all.min.js') }}"></script>
<link href="{{ asset('dataTables/css/jquery.dataTables.min.css') }}" rel="stylesheet">
<link href="{{ asset('dataTables/css/dataTables.bootstrap4.min.css') }}" rel="stylesheet">
<link href="{{ asset('dataTables/css/jquery.dataTables.fontawesome.css') }}" rel="stylesheet">
<link rel="stylesheet" href="{{ asset('css/mine.css') }}">
<link rel="stylesheet" href="{{ asset('css/lte-custom.css') }}">

Viewing all articles
Browse latest Browse all 35371

Trending Articles