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

    QInfinitescroll reverse positioning problem?

    Help
    1
    1
    116
    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.
    • D
      dannykln last edited by

      I just copy the official example code but seems like wont stop refresh data , any idea?

      <template>
        <div class="q-pa-md">
          <q-infinite-scroll @load="onLoad" reverse>
            <template slot="loading">
              <div class="row justify-center q-my-md">
                <q-spinner color="primary" name="dots" size="40px" />
              </div>
            </template>
      
            <div v-for="(item, index) in items" :key="index" class="caption q-py-sm">
              <q-badge class="shadow-1">
                {{ items.length - index }}
              </q-badge>
              Lorem ipsum dolor sit amet consectetur adipisicing elit. Rerum repellendus sit voluptate voluptas eveniet porro. Rerum blanditiis perferendis totam, ea at omnis vel numquam exercitationem aut, natus minima, porro labore.
            </div>
          </q-infinite-scroll>
        </div>
      </template>
      

      please refer to the GIF file below
      alt text

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