QList pagination
-
I’m getting started with Quasar.
I needed to paginate a QList.
I tried with Bootstrap/Vue.js solutions, but they don’t seem to work in Quasar.
Can you give me an idea how to implement Quasar pagination, for example with QPagination.
And does the laravel-vue-pagination plugin work in Quasar?
Thanks. -
@Gonc laravel pagination works but ofc you’ll need to handle the values it returns in your frontend. just see the API docs of the component you want to use, in your case qpagination, some example in q-table https://codepen.io/metalsadman/pen/YzzmKwe,
-
Thanks metalsadman. This helps a lot. I had not understood before that I could call a method with @input=“myMethod”
-
@Gonc welcome, glad to be of help. enjoy quasar