This plugin adds tweaks for datatable UI to render correctly.
$('.datatable').dataTable({
"sPaginationType": "bs_normal"
});
$('.datatable').dataTable({
"sPaginationType": "bs_two_button"
});
$('.datatable').dataTable({
"sPaginationType": "bs_four_button"
});
$('.datatable').dataTable({
"sPaginationType": "bs_full"
});