Saturday, 23 January 2021

Bootstrap pagination-sm with DataTables

I would like to have my Datatables pagination styled like the Bootstrap pagination.

So, at the moment it looks like this:

Actual look

If I add

<script src="https://cdn.datatables.net/1.10.23/js/dataTables.bootstrap.min.js"></script>

it looks like this:

Look with dataTables.bootstrap.min.js

And I want it to look like this:

Wanted look

I don't know why the additional js-file causes this distance between the buttons.

I would really appreciate any help!



from Bootstrap pagination-sm with DataTables

No comments:

Post a Comment