botmonster/jquery-bootpag

how to apply bootstrap "pagination-sm" class

Closed this issue · 1 comments

I want a smaller size pagination and as bootstrap already support "pagination-sm" class, is there any way to add this? Thanks,

Actually, I found the way by using "wrapClass".

$('#pagination-here').bootpag({ total: pagesrequired, wrapClass: 'pagination pagination-sm' }).on("page", function (event, /* page number here */ num) { // change content });