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

How To Edit Vue-table, And Upload To Server? #150

Open wushuang5112 opened 7 years ago

wushuang5112 commented 7 years ago

hello, I am look the demo url, It has eidt button, but when I click it ,the table cann't be edit. another question is how to edit the table and upload data to server, I need it.

ratiw commented 7 years ago

@wushuang5112 It's just a demo to demonstrate the feature of vuetable for rendering the table using remote data. You will need to do some more research on editing the data and uploading the data yourself.