- css/datatables.css
- js/datatables.js
-
Normal:
//Default Type $('.datatable').dataTable(); $('.datatable').dataTable({"sPaginationType": "bs_normal"});
-
Two Buttons:
$('.datatable').dataTable({"sPaginationType": "bs_two_button"});
-
Four Buttons:
$('.datatable').dataTable({"sPaginationType": "bs_four_button"});
-
Full :
$('.datatable').dataTable({"sPaginationType": "bs_full"});