Insert Row is not working with click event
I can insert rows with this code, it works;
But it inserts only on page re-loads of course. When i try to wrap it in a async function;
and put it on a click event; (vue/nuxt3)
Row insert is not working with click event. What am i doing wrong?
But it inserts only on page re-loads of course. When i try to wrap it in a async function;
and put it on a click event; (vue/nuxt3)
Row insert is not working with click event. What am i doing wrong?