how to apply bootstrap "pagination-sm" class
Closed this issue · 1 comments
pritamkarmakar commented
I want a smaller size pagination and as bootstrap already support "pagination-sm" class, is there any way to add this? Thanks,
pritamkarmakar commented
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 });