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

Is it possible to add/del row dynamically? #186

Open
littleplus opened this issue Aug 12, 2018 · 1 comment
Open

Is it possible to add/del row dynamically? #186

littleplus opened this issue Aug 12, 2018 · 1 comment

Comments

@littleplus
Copy link

The vue-table load data from api-url.
Is it possible to add/del row(s) dynamically only in the browser locally without requesting new data from server?

@ratiw
Copy link
Owner

ratiw commented Aug 15, 2018

Definitely. If you use Data mode, Vuetable won't request data from the serve at all. If you want to add/delete row(s) dynamically, you can manipulate tableData via refs.

Anyway, you should post your question in Vuetable-2 repo instead of this one.

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