ratiw / vuetable-2-tutorial

MIT License
258 stars 67 forks source link

CRUD #8

Open AngelinCalu opened 7 years ago

AngelinCalu commented 7 years ago

Would love to see vuetable-2 performing CRUD operations. Is that something you consider for the future? I haven't found anything about this in the tutorial.

ratiw commented 7 years ago

@AngelinCalu Actually, there is. But it will have to work with 2 other packages, one for data form and another for validation. This has been working very well in Vue 1.x.

I've already port the data form to Vue 2.x, but still do not have time to refine it. The validation library is just a normal javascript library, so no need to do anything else, just adding more functions if necessary. There will be a demo project once I've got enough time to work on it. But the hard part is always the documentation.