josecebe / twbs-pagination

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

If TotalPages is lesser than VisiblePages, VisiblePages shouldn't be lowered #174

Closed josecebe closed 6 years ago

josecebe commented 6 years ago

If you create a pagination with 1 page and 10 visible pages, its visible pages variable will change to 1. This will create a conflict with #173 , due to it can change the total pages variable, and pagination will show only 1 visible page.

josecebe commented 6 years ago

@esimakin or @AngeIII could someone review it?

This plugin is amazing and needs to have a more active community, I can help you with the issues and pull requests (being a branch manager), even take the control of this plugin if you are not interested in continue with it.

eugenesimakin commented 6 years ago

See #176