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

    [V1] QTable: Is that possible to merge cell which has the same value

    Framework
    1
    1
    140
    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.
    • S
      Stanley last edited by Stanley

      Dear Quasar Team,

      Take QTable syntax for example,
      <q-table
      row-key=“poNumber”
      />

      Before version V1, if value in column row-key is duplicate, the console will throw error. However, in V1 it will not happen. This is a good progress.
      poNumber | item | material
      20001 1 aaa
      20001 2 bbb
      20002 1 aaa

      Now I wanna ask is that possible to display data like below? (merge cell which has the same value)
      poNumber | item | material
      20001 1 aaa
                 2 bbb
      20002 1 aaa

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