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 highlight the first row of q-table

    Framework
    1
    2
    293
    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
      stuffy last edited by

      When a new row is added to q-table (via socket.io) we need to high light the row. We do not have the newly added item id. So, how can we get the first row, so that we can select it.
      Currently, using :selected.sync="selected" on click event to high light the row.

      1 Reply Last reply Reply Quote 0
      • S
        stuffy last edited by

        Duh … Got the first item fromthe q-table v-model lists.data[0]

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