You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since templates are NOT compiled inside the v-for loop you cannot pass data by reference. Instead, pass an identifier, which you can then use to fetch the relevant data. See the pseudo-delete functionality in the demo.
If you want to display a modal I would recommend client side routing, using vue-router
I do i go about getting the row data in compileTemplate.
I am trying to do:
<button class="dropdown-item" @click.prevent="$parent.showEditModal(row)"><i class="fa fa-trash"></i> Delete</button>
The text was updated successfully, but these errors were encountered: