josecebe / twbs-pagination

jQuery pagination plugin (bootstrap powered)
http://josecebe.github.io/twbs-pagination/
Other
1.1k stars 401 forks source link

hideOnlyOnePage doesn't work #159

Closed johnny94 closed 6 years ago

johnny94 commented 7 years ago

I set the totalPages to 1, and then the pagination button doesn't show. The hideOnlyOnePage has been set to false, but it seems not work. Do I miss something?

Here is my code

var defaultPaginationOpts = {
  totalPages: 1,
  visiblePages: 1,
  initiateStartPageClick: false
};

$pagination = $('#pagination').twbsPagination(defaultPaginationOpts),
feliixx commented 7 years ago

I'm currently facing the same issue. The above code doesn't work with version 1.4.0, 1.4.1 and 1.3.0, but work fine with version 1.3.1 (Tested with JQuery 3.1.1 and Bootstrap 3.3.7 )

johnny94 commented 7 years ago

@adrienpetel Thanks, I will try to use version 1.3.1