josecebe / twbs-pagination

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

Reset paging #137

Closed ltduc closed 7 years ago

ltduc commented 7 years ago

Hi, Team!

First, i have totalPages: 50, after data changed and totalPages: 20, i called again method twbsPagination but paging now working. How to solve my issue?

Please, help suport me!

Thanks

pavelthq commented 7 years ago

The main idea to call destroy and initialize again. see more in:

11 #43 #119 #120 #42

ltduc commented 7 years ago

Method .twbsPagination("destroy") done. Thanks AngeIII!