twbs-pagination
twbs-pagination copied to clipboard
Cannot read property 'children' of undefined
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:
- Create pagination with enabled option
hideOnlyOnePage
- It must have a single page.
- Call
paginator.twbsPagination('show', 1)
- Get the exception.