flaviusmatis / simplePagination.js

A simple jQuery pagination plugin.
Other
784 stars 402 forks source link

make pager position static? #116

Closed csebranek closed 9 years ago

csebranek commented 9 years ago

Hi, is there a way to make the pager position static? say if I click the "next" button a bunch of times, it moves around after the first couple of times. For example on the demo http://flaviusmatis.github.io/simplePagination.js/

when I get to page 4, the pager expands and adds more elements to the pager. is there an easy way to configure the pager so it doesn't move around?

csebranek commented 9 years ago

nevermind, i fixed this by setting edges:0 in the settings. This is alright... might want to add some first & last buttons too.