v-data-table & v-edit-dialog auto open #13833
Unanswered
t0mcat1337
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody... I'm playing around with v-data-table and v-edit-dialog.
Here: https://codepen.io/t0mcat1337/pen/WNpWVma is a current example with a DataTable using a v-edit-dialog in the first col. When clicking the "AddRow" Button above the table a new row is appended, so far, so good. What I want now is to open the v-edit-dialog in col1 of the new row right after the row is appended, so a user could immediately start editing col1 without having to click in col1 before. Any suggestions how to achieve that? I assume I somehow have to trigger a "click" event on col1 of the new row? But how?
Beta Was this translation helpful? Give feedback.
All reactions