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 selection shows y-scrollbar

    Framework
    2
    3
    1098
    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
      rund1me last edited by

      Hi,

      I discovered a little visual bug when using selection with q-table.
      When using selection=“single” on q-table (chrome) shows a unessecary y-scrollbar in the right scroll area (q-table-middle scroll) which i cannot remove by setting overflow-y hidden on the main q-table.
      When i dont use the selection (selection=“none”) the scrollbar is not visible.

      This is also visible in the examples here https://quasar-framework.org/components/datatable.html (side view-> scroll to example with actions)

      Any suggestions i can work around this?

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

        @rund1me
        set this on your q-table table-style="overflow-y:hidden". this happens because of this Dense Table, when you want to display more data using the same real estate on window. Gets activated by default on narrow windows as explained in the docs https://quasar-framework.org/components/datatable.html#QTable-Vue-Properties.

        1 Reply Last reply Reply Quote 0
        • R
          rund1me last edited by

          Thanks that worked!

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