0.4.1 • Published 5 years ago

vuetify-modifiable-table v0.4.1

Weekly downloads
37
License
BSD-3-Clause
Repository
github
Last release
5 years ago

vuetify-modifiable-table

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.

Dependencies

This component is a Vue component, and requires Vuetify.

Useful commands

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

Using in an application

Use this like any other Vuetify component.

import ModifiableTable from 'vuetify-modifiable-table';
0.4.1

5 years ago

0.3.9

5 years ago

0.4.0

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

6 years ago

0.1.0

6 years ago