Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How I can clone row #107

Open
i-ked-ii opened this issue Sep 19, 2018 · 1 comment
Open

How I can clone row #107

i-ked-ii opened this issue Sep 19, 2018 · 1 comment

Comments

@i-ked-ii
Copy link

2018-09-19_12-43-32

I want to add row when click button.
How I can do this function.

@ratiw
Copy link
Owner

ratiw commented Sep 27, 2018

You'll just have to append a new row to the tableData of Vuetable and it should show up. That means you'll have to make an input form gathering the input data from the user then after validation, you append it to tableData.

  this.$refs.tableData.append(newData)

By the way, you could get my reply faster if you post in Vuetable main repo. I do check that repo regularly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants