vuetify-modifiable-table
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

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';

/vuetify-modifiable-table/

    Package Sidebar

    Install

    npm i vuetify-modifiable-table

    Weekly Downloads

    16

    Version

    0.4.1

    License

    BSD-3-Clause

    Unpacked Size

    2.39 MB

    Total Files

    11

    Last publish

    Collaborators

    • bobbylight