0👍
I ended up solving this with the help of @Roj’s, and others’ comments, and going from their clues/leads. Basically, it’s ill-advised to use a JQuery pagination plugin when you are coding with Vue.js. I was able to solve this issue by, instead, using a Vue.js plugin for pagination.
I implemented what these two articles detailed, and solved the issue.
- https://medium.com/@nickpgott/how-to-use-vue-bootstrap-to-paginate-a-list-of-items-3b8e67093c07
- https://bootstrap-vue.org/docs/components/pagination/
Pagination now works for me on my app. Thanks and happy holidays!
Source:stackexchange.com