Simple Table Inline Edit For Vue.js 2
A Vue.js 2 component that enables inline editing functionality on your table cells.
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>
Github Repository
Tags: #VueJs