A table control that lets the user edit a collection of arbitrary objects.
I had this control in an old thick client I had written long time ago, so I decided it would be a good learning project to "port" it to vue. It's still pretty bare-bones but I might flesh it out some if I use it in some apps.
This component is a Vue component, and requires Vuetify.
npm install # Download dependencies
npm run serve # Compiles and hot-reloads localhost:8080 for development
npm run build # Builds UMD and commonjs modules for this project
npm run test # Runs unit tests
Use this like any other Vuetify
component.
import ModifiableTable from 'vuetify-modifiable-table';