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

    Q table - is there any way to add something below the title?

    Framework
    2
    4
    92
    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.
    • W
      walfin last edited by

      I want the title to be displayed but add something in a smaller font below it. If I do <template #top>…</template> it replaces the entire top portion including the title.

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

        @walfin Use top-left slot. https://codepen.io/metalsadman/pen/WNQjGWv?editors=1010

        1 Reply Last reply Reply Quote 0
        • W
          walfin last edited by

          I see. But in that case I still can’t use the title attribute of the q-table?

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

            well it’s just a string, unless you are wrapping it, then you can get it from $attrs ie. $attrs.title.

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