ratiw / vue-table

data table simplify! -- vuetable is a Vue.js component that will automatically request (JSON) data from the server and display them nicely in html table with swappable/extensible pagination component.
MIT License
1.83k stars 303 forks source link

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

Open littleplus opened 6 years ago

littleplus commented 6 years ago

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 commented 6 years ago

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.