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 with no horizontal scroll

    Framework
    3
    4
    1400
    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.
    • V
      vmcopm last edited by

      Hello.

      Can someone tell me how to not have horizontal scroll on q-table? I need it to be 100% width of the element and td to word wrap.

      Thanks

      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @vmcopm last edited by

        @vmcopm

        this will disable the scrollbars:

        .scroll {
        overflow: hidden;
        }
        
        1 Reply Last reply Reply Quote 0
        • V
          vmcopm last edited by

          thanks @dobbel … it worked 🙂

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

            Opposite question… Table is set to full-width in order to fill the space available, but on an narrow window I want it to switch to horizontal scrolling, and to make the first column sticky. The only way I’ve found to get a horizontal scrollbar, is to remove the full-width class, but then how to make the table fit the space available on a wider window?

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