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

    Datatable with q-pagination input

    Framework
    1
    3
    991
    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.
    • J
      jaimar last edited by

      Hi,
      I’m trying to use the a custom pagination using QPagination component but it doesn’t work out of the box. How can I access the pagination buttons to call pagination functions.

      I tried this:
      <div slot=“pagination” slot-scope=“props” :props=“props”>
      <q-pagination input @change=“updatePagination(props)” v-model=“props.pagination.page” :max=“props.pagesNumber” />
      </div>

      But without success. I tried to call props.setPagination but it’s not accessible.

      1 Reply Last reply Reply Quote 0
      • J
        jaimar last edited by

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • J
          jaimar last edited by

          Actually using custom pagination solved the problem

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