Skip to content

cukikt0302/vue-simple-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-simple-table Vue2+

simple table inline edit

Need to install another component Vue Context Menu

Demo & example https://cukikt0302.github.io/vue-simple-table/index.html

usage

<template>
  <my-table :config="config" :header="header" :data="data"></my-table>
</template>

<script>
import my_table form 'vue-simple-table'
components: {
  'my-table': my_table
}

or
components {
  'my-table': required('vue-simple-table.vue')
}
</script>

Releases

No releases published

Packages

No packages published