gurghet / vue-smart-table

A simple table component for interactive tables built with Vue.js
http://www.gurghet.com/vue-smart-table
MIT License
143 stars 20 forks source link

Customizable PUT call for inline editing #14

Open gurghet opened 8 years ago

gurghet commented 8 years ago

Probably via prop of the plain-text or some other prop of the Smart Table.

The guiding principle should be maximum customizability but with the costraint of using one of the already used ways for customization. No new information sohuld be required to learn how to do a call.

The first thing to do should be to have a list of the most common ways to call a RESTful interface and verify that is a one-liner with at least 80% of them.