This fork has the following changes:
oLanguage
parameters:
sIconClassFirst
(default: glyphicon glyphicon-chevron-backward
)sIconClassLast
(default: glyphicon glyphicon-chevron-forward
)sIconClassPrevious
(default: glyphicon glyphicon-chevron-left
)sIconClassNext
(default: glyphicon glyphicon-chevron-right
)Note to self: Revisit all of this once 1.10 is released and see what can be thrown away.
Copy these files and the images inside assets to your project and include them in the page.
Please note : If you copy the images to a folder other than images in your project, be sure to update the image path in the datatables.css file.
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"});
Note: These are extended pagination types without modifying the existing pagination types.
[Included as per request of an user in github] This is an extension of datatables and shares some code with the existing jquery datatables. License of datatables might apply to this plugin as well by way of inheritance.
As far as license for this plugin goes, here is the gist: