vuetify-editable-table

0.1.3 • Public • Published

vuetify-editable-table

A simple plug-in to create editable table using vue and vuetify

Installation

npm i vuetify-editable-table

Configuration

In main.js import the plug-in

import Vue from 'vue';
import EditableTable from 'vuetify-editable-table';
 
Vue.use(EditableTable);

Usage

<EditableTable v-model="items" :headers="headers"></EditableTable>

Props

Name Type Default Comment
headers Array [] Array definition of fields you want to show on table
v-model Array [] List of items

Headers fields

Name Type Comment Optional Default
text String Text to show in table head false
value String Field name inside the array false

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.3
    2
  • 0.1.2
    4
  • 0.1.1
    2
  • 0.1.0
    1

Package Sidebar

Install

npm i vuetify-editable-table

Weekly Downloads

9

Version

0.1.3

License

none

Unpacked Size

7.66 kB

Total Files

7

Last publish

Collaborators

  • filippocenghiaro