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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: