vuetable-2-tutorial icon indicating copy to clipboard operation
vuetable-2-tutorial copied to clipboard

CRUD

Open AngelinCalu opened this issue 8 years ago • 1 comments

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.

AngelinCalu avatar Feb 03 '17 18:02 AngelinCalu

@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.

ratiw avatar Feb 04 '17 02:02 ratiw