ratiw / vuetable-2-tutorial

MIT License
258 stars 67 forks source link

Can you make data editable? #50

Open dhdmstjs opened 7 years ago

dhdmstjs commented 7 years ago

I was wondering if you could make the data editable. There is nothing in the tutorial about it, so I am not sure if this is possible. Is it? :)

ratiw commented 7 years ago

Vuetable does not support that out of the box, but it is possible.

But it will require a bit more of your end to implement the editable component. Or maybe you can search for available vue components or javascript lib that could do that job. The following two looks good to me