dynamically insert a table row using inertia #1546
Unanswered
eaktadiur
asked this question in
Help (Vue)
Replies: 1 comment
-
Dude, seriously? This is for reporting issues with the codebase, not a place for asking for help with your coding projects. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version:
@inertiajs/vue3
version: #.#.#Describe the problem:
I am using Laravel 10
This is my table with five array object
<button class="btn btn-primary" @click="findAndaddUser(6)">Add Prod
when I will click the button it will call the findAndaddUser function which will return an object with "{id: 6, name:'test 6', title: 'account' }"
I need to push this response to users array
Steps to reproduce:
Beta Was this translation helpful? Give feedback.
All reactions