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

    0.15.3 : What is the equivalent of @rowClick (v 0.14) ?

    Help
    2
    2
    495
    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
      Sweetyy last edited by

      Hi everyone !

      I was using the Quasar 0.14 and updated it to 0.15.3 a few days ago.
      But now I have a problem concerning the QTable in the last version wich is how to get the data of a complete row when you click on it ?

      For example i have a QTable with 2 rows :

      {
      id: 0,
      title: ‘title 1’,
      author: ‘Elodie’,
      description: 'Description 1,
      },
      {
      id: 1,
      title: ‘title 2’,
      author: ‘Tedd’,
      description: 'Description 2,
      }

      If i click on one of them i want to get all the previous informations related to the clicked row.
      In the 0.14 i was using @rowClick directly on the QTable and it was working perfecty !
      So is there any alternative ?

      Thanks and congrats for the 0.15 !

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

        this 🙂

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