No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    QList pagination

    Help
    2
    4
    538
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      Gonc last edited by

      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.

      1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman last edited by

        @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,

        1 Reply Last reply Reply Quote 1
        • G
          Gonc last edited by

          Thanks metalsadman. This helps a lot. I had not understood before that I could call a method with @input=“myMethod”

          metalsadman 1 Reply Last reply Reply Quote 0
          • metalsadman
            metalsadman @Gonc last edited by

            @Gonc welcome, glad to be of help. enjoy quasar 🙂

            1 Reply Last reply Reply Quote 0
            • First post
              Last post