josecebe / twbs-pagination

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

Cannot read property 'children' of undefined #193

Open bsekachev opened 5 years ago

bsekachev commented 5 years ago
Uncaught TypeError: Cannot read property 'children' of undefined
    at TwbsPagination.render (jquery.twbsPagination.js:208)
    at TwbsPagination.show (jquery.twbsPagination.js:109)
    at jQuery.fn.init.$.fn.twbsPagination (jquery.twbsPagination.js:322)

Fault in the row:

this.$listContainer.children().remove();

Scenario:

  1. Create pagination with enabled option hideOnlyOnePage
  2. It must have a single page.
  3. Call paginator.twbsPagination('show', 1)
  4. Get the exception.