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

    How to set column widths in a Q-Table?

    Help
    4
    4
    1407
    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.
    • K
      kerbo last edited by

      How do you set the column widths in a q-table?

      I was able to create a table with enterable cells using q-input but the column widths are all the same.

      For a table, some columns need to wider than others. I can’t find anything in the docs. This should be easy to configure.

      1 Reply Last reply Reply Quote 0
      • R
        ramiro.rer last edited by

        same question here! Help!!!

        1 Reply Last reply Reply Quote 0
        • J
          jairomonassa last edited by

          in script columns : [
          {
          acoes :‘acoes’ ,
          label: ‘acoes’,
          align: ‘left’,
          field: ‘acoes’,
          style: ‘width: 20px’,
          },

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

            Hi @jairomonassa , could you share sample implementation for this problem? thanks

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