Closed DylanDelobel closed 5 years ago
It was more simple than I thought
If you use BS4 they got a different js file, I replaced
<script src="https://cdn.datatables.net/v/bs/jszip-2.5.0/pdfmake-0.1.18/dt-1.10.12/b-1.2.2/b-colvis-1.2.2/b-flash-1.2.2/b-html5-1.2.2/b-print-1.2.2/fc-3.2.2/fh-3.1.2/r-2.1.0/datatables.min.js"></script>
from the installation doc to
<script src="https://cdn.datatables.net/v/bs4/dt-1.10.18/datatables.min.js"></script>
Found through the Datatables Builder
What about adding a little note in the documentation for BS4 users?
Hi,
I just installed the bundle and everything is working great except the pagination styling
Here is my header
Datatables config
Here the result
Not sure if I've missed a thing but the HTML output does not look like the BS4 Documentation
I got this