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

    QTable hide pagination controls

    Framework
    2
    2
    782
    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.
    • R
      reath last edited by

      I know of the hide-bottom property for <q-table>, but when I hide the pagination this way, I loose the "Data not available" which is a functionality I want. How can I hide only the pagination?
      5cdd0000-9786-4c71-b295-3c38d0991bc1-image.png

      1 Reply Last reply Reply Quote 0
      • T
        turigeza last edited by turigeza

        @reath Use an empty bottom slot.

        <template v-slot:bottom></template>
        

        https://codepen.io/turigeza/pen/gJNYpg

        You can also hide the empty bottom slot when you don’t want to see it if data isn’t missing. I added that as well to the same pen. Just remove the :hide-bottom="emptyData.length > 0" bit if you don’t need it.

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